13 lines
243 B
YAML
13 lines
243 B
YAML
tools:
|
|
shell:
|
|
allow:
|
|
- ls *
|
|
- echo *
|
|
- git *
|
|
- find *
|
|
- head *
|
|
- cd *
|
|
- which smolvm
|
|
- smolvm *
|
|
- cat *
|
|
- sort
|