gbserver/scripts/dev/source_tree.sh

2 lines
92 B
Bash

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