12 lines
154 B
YAML
12 lines
154 B
YAML
- ifubuntu:
|
|
- shell:
|
|
- touch ~/ubuntu
|
|
|
|
- ifmacos:
|
|
- shell:
|
|
- touch ~/macos
|
|
|
|
- ifanylinux:
|
|
- shell:
|
|
- touch ~/anylinux
|