Add docker-proxy/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 22:56:11 +01:00
parent 146002227c
commit 45f697bb3a
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"uuid" : "33ec1643-d41b-4155-92b0-c763346d6af6",
"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" : "877b6c0b-6451-4058-9d08-64825cbdf8bc"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}