mirror of
https://github.com/Noratrieb/service-manager.git
synced 2026-01-14 16:35:05 +01:00
improve perf
This commit is contained in:
parent
8de36860af
commit
817a14c3bc
4 changed files with 84 additions and 49 deletions
15
config.toml
15
config.toml
|
|
@ -19,4 +19,17 @@ command = "cat fkasdjfölashjdflksd"
|
|||
command = "touch uwu.txt"
|
||||
|
||||
[side-effect-remove]
|
||||
command = "rm uwu.txt"
|
||||
command = "rm uwu.txt"
|
||||
|
||||
[compile]
|
||||
command = "cargo check"
|
||||
|
||||
[loop]
|
||||
command = """
|
||||
counter=0
|
||||
|
||||
while true; do
|
||||
echo $counter
|
||||
counter=$((counter+1))
|
||||
done
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue