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

7 lines
143 B
TOML
Raw Normal View History

[hello]
2017-02-28 18:42:09 -03:00
cmds = [
"echo \"I am going to write a file named 'output.txt' now.\"",
"echo \"hello\" > output.txt"
]
generates = ["output.txt"]