Compare commits

...

3 Commits

Author SHA1 Message Date
Ingrid010109!? 2418a209fe Update README.md 2025-01-19 23:11:18 +01:00
Ingrid010109!? ac5ab55f6a Add dolibarr/shell environments 2025-01-19 23:11:18 +01:00
Ingrid010109!? 2830b17dd3 Add dolibarr/shell environments/bash 2025-01-19 23:11:18 +01:00
5 changed files with 38 additions and 0 deletions

View File

@ -72,6 +72,8 @@ empty
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)

View File

@ -0,0 +1,10 @@
{
"uuid" : "e1334962-7b25-4e62-b961-2c8826dbdbea",
"name" : "bash",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "e815a621-42ef-38b7-a3f8-aae28a1b278f",
"name" : "Shell environments",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,6 @@
{
"type" : "shellEnvironmentGroup",
"parent" : {
"storeId" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90"
}
}