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