first commit

This commit is contained in:
2025-07-23 12:23:38 +03:00
commit 1fe3db41c2
4 changed files with 233 additions and 0 deletions

16
config.json Normal file
View File

@ -0,0 +1,16 @@
{
"services": [
{
"cmd": "/bin/sleep",
"args": ["100"]
},
{
"cmd": "/bin/cat",
"args": []
},
{
"cmd": "/bin/grep",
"args": ["main"]
}
]
}