mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
9 lines
267 B
JSON
9 lines
267 B
JSON
{
|
|
"interactive": [
|
|
"selfPlaySession" , {"ac" : ["--id"]},
|
|
"selfPlaySession --id" , {"pr" : ["<ID>"]},
|
|
"selfPlaySession --id \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"terminal_mode": "cbreak",
|
|
"execution_mode": "binary"
|
|
}
|