mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
10 lines
224 B
YAML
10 lines
224 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
gen_dir:
|
|
cmds:
|
|
- echo included_directory_without_dir > included_directory_without_dir.txt
|
|
gen_file:
|
|
cmds:
|
|
- echo included_taskfile_without_dir > included_taskfile_without_dir.txt
|