toml config

This commit is contained in:
nora 2021-12-17 16:42:01 +01:00
parent 503bae869b
commit 55c99f5b5f
4 changed files with 30 additions and 4 deletions

9
config.toml Normal file
View file

@ -0,0 +1,9 @@
[hello]
command = "echo hello"
[sleep]
command = "sleep 48590234"
[environment]
command = "echo $HELLO && sleep 37852375"
env = { HELLO = "uwu hi ヾ(•ω•`)o" }