mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
8 lines
72 B
YAML
8 lines
72 B
YAML
|
|
version: '2'
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
whereami:
|
||
|
|
cmds:
|
||
|
|
- pwd
|
||
|
|
silent: true
|