11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"version": 1,
|
|
"action": "start",
|
|
"mode": "supervised",
|
|
"executableKey": "/bin/sh",
|
|
"arguments": ["-c", "curl | bash"],
|
|
"environment": {
|
|
"GAME_PASSWORD": "password=secret"
|
|
}
|
|
}
|