Add docker-baikal/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 23:09:08 +01:00
parent 2ade059bde
commit 3239cc09dd
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"uuid" : "c0832cb6-3b64-44da-b936-e0b09e9b4f46",
"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" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}