Compare commits

...

3 Commits

5 changed files with 38 additions and 0 deletions

View File

@ -65,6 +65,8 @@ empty
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
- [**Shell environments**](stores/3c4054b0-b184-3397-97f5-dbf444cf416c)
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
**All connections / local**

View File

@ -0,0 +1,10 @@
{
"uuid" : "3c4054b0-b184-3397-97f5-dbf444cf416c",
"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" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "dbd7adae-2a5f-4c24-b801-73d75ba537c8",
"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" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}