mirror of
https://github.com/Noratrieb/service-manager.git
synced 2026-01-14 16:35:05 +01:00
do things that don't work
This commit is contained in:
parent
6d572fc9d0
commit
2a2759c020
6 changed files with 207 additions and 51 deletions
11
config.toml
11
config.toml
|
|
@ -10,4 +10,13 @@ env = { HELLO = "uwu hi ヾ(•ω•`)o" }
|
|||
|
||||
[pwd]
|
||||
command = "pwd"
|
||||
workdir = "./src"
|
||||
workdir = "./src"
|
||||
|
||||
[crash]
|
||||
command = "cat fkasdjfölashjdflksd"
|
||||
|
||||
[side-effect-create]
|
||||
command = "touch uwu.txt"
|
||||
|
||||
[side-effect-remove]
|
||||
command = "rm uwu.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue