Skip to content

Instantly share code, notes, and snippets.

@weakpixel
Created March 31, 2022 17:39
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/6a85077a0d49b1bb7fe61c854517cb88 to your computer and use it in GitHub Desktop.
Save weakpixel/6a85077a0d49b1bb7fe61c854517cb88 to your computer and use it in GitHub Desktop.
task "first_task" {
step "mkdir" "build_dir" {
path = "./build/"
}
step "exec" "list_build_dir" {
command = "ls ./build/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment