initial commit

This commit is contained in:
2022-02-04 20:23:04 +01:00
parent 0c44f26522
commit 2b614f6bd3
21 changed files with 1236 additions and 1 deletions

12
examples/config.toml Normal file
View File

@@ -0,0 +1,12 @@
# An example config that can be supplied to the CLI
[server]
host=":9092"
[[unit]]
name="echo"
command="echo heyooo"
cron="* * * * *"
[[unit]]
name="notify"
command="notify-send heyooo"