Skip to content

Instantly share code, notes, and snippets.

@weakpixel
Created March 31, 2022 17:37
Show Gist options
  • Select an option

  • Save weakpixel/abd4e7e19d37a3cd960506f5d1769c73 to your computer and use it in GitHub Desktop.

Select an option

Save weakpixel/abd4e7e19d37a3cd960506f5d1769c73 to your computer and use it in GitHub Desktop.
task "first_task" {
mkdir "build_dir" {
path = "./build"
}
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