Skip to content

Instantly share code, notes, and snippets.

@weakpixel
Created March 31, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakpixel/b865540f41fe82316a0a6f0587f32ffd to your computer and use it in GitHub Desktop.
Save weakpixel/b865540f41fe82316a0a6f0587f32ffd to your computer and use it in GitHub Desktop.
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