autoinstallers/install/code-server/startCodeServer.json
2022-05-31 18:28:17 -05:00

10 lines
158 B
JSON

{
"apps": [
{
"name": "Code-Server",
"script": "/var/tools/startCodeServer.sh",
"args" : ""
}
]
}