mirror of
https://github.com/go-task/task.git
synced 2025-01-04 03:48:02 +02:00
11 lines
225 B
YAML
11 lines
225 B
YAML
version: '3'
|
|
|
|
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
|