Files
go-task/example/Taskfile.toml
2017-02-28 18:33:53 -03:00

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"]