laika/laika.toml

11 lines
202 B
TOML
Raw Normal View History

2023-04-17 12:09:26 +03:00
command = "calc.exe"
target = "CalculatorApp.exe"
workdir = "."
delay = 2
2023-04-27 12:32:00 +03:00
#start = { hour = 11, minute = 50 }
start = "11:50"
#end = { hour = 12, minute = 55 }
end = "12:55"
2023-04-27 13:56:22 +03:00
#exit_now = true
2023-04-17 12:09:26 +03:00