mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
a53fcf8bba
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"hello": {
|
|
"cmds": [
|
|
"echo \"I am going to write a file named 'output.txt' now.\"",
|
|
"echo \"hello\" > output.txt"
|
|
],
|
|
"generates": [
|
|
"output.txt"
|
|
]
|
|
}
|
|
}
|