mirror of
https://github.com/Noratrieb/service-manager.git
synced 2026-01-17 01:45:05 +01:00
improve everything
This commit is contained in:
parent
d69c1be8c8
commit
2910482b03
5 changed files with 98 additions and 47 deletions
12
config.toml
12
config.toml
|
|
@ -10,7 +10,7 @@ env = { HELLO = "uwu hi ヾ(•ω•`)o" }
|
|||
|
||||
[pwd]
|
||||
command = "pwd"
|
||||
workdir = "./src"
|
||||
workdir = "./src/controller"
|
||||
|
||||
[crash]
|
||||
command = "cat fkasdjfölashjdflksd"
|
||||
|
|
@ -32,4 +32,14 @@ while true; do
|
|||
echo $counter
|
||||
counter=$((counter+1))
|
||||
done
|
||||
"""
|
||||
|
||||
[many-lines]
|
||||
command = """
|
||||
counter=0
|
||||
|
||||
while [ $counter -lt 100 ]; do
|
||||
echo $counter
|
||||
counter=$((counter+1))
|
||||
done
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue