Add dolibarr/shell environments/bash

This commit is contained in:
Ingrid010109!? 2025-01-19 23:11:18 +01:00
parent faec8a3bf6
commit 2830b17dd3
2 changed files with 20 additions and 0 deletions

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
}