mirror of
https://github.com/go-task/task.git
synced 2025-03-05 15:05:42 +02:00
9 lines
100 B
YAML
9 lines
100 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
gen-foo:
|
|
cmds:
|
|
- touch foo.txt
|
|
status:
|
|
- test -f foo.txt
|