mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
11 lines
213 B
YAML
11 lines
213 B
YAML
version: '3'
|
|
|
|
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
|