mirror of
https://github.com/go-task/task.git
synced 2025-03-21 21:27:07 +02:00
4 lines
137 B
TOML
4 lines
137 B
TOML
|
[hello]
|
||
|
cmds = ["echo \"I am going to write a file named 'output.txt' now.\"", "echo \"hello\" > output.txt"]
|
||
|
generates = ["output.txt"]
|