mirror of
https://github.com/go-task/task.git
synced 2025-03-05 15:05:42 +02:00
9 lines
80 B
YAML
9 lines
80 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
pwd:
|
|
cmds:
|
|
- pwd
|
|
dir: '~'
|
|
silent: true
|