3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners)"
|