1
0
mirror of https://github.com/go-task/task.git synced 2025-03-21 21:27:07 +02:00
task/example/Taskfile.toml

4 lines
137 B
TOML
Raw Normal View History

[hello]
cmds = ["echo \"I am going to write a file named 'output.txt' now.\"", "echo \"hello\" > output.txt"]
generates = ["output.txt"]