Created
March 31, 2022 16:46
-
-
Save weakpixel/b865540f41fe82316a0a6f0587f32ffd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task "first_task" { | |
exec "list_current_dir" { | |
command = "ls ." | |
} | |
exec "list_var_dir" { | |
command = "ls /var" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment