gbserver/scripts/dev/source_tree.sh

3 lines
92 B
Bash
Raw Permalink Normal View History

# apt install tree
tree -P '*.rs' -I 'target|*.lock' --prune | grep -v '[0-9] directories$'