mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
10 lines
212 B
YAML
10 lines
212 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
gen_dir:
|
|
cmds:
|
|
- echo included_directory_with_dir > included_directory_with_dir.txt
|
|
gen_file:
|
|
cmds:
|
|
- echo included_taskfile_with_dir > included_taskfile_with_dir.txt
|