5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find . -path '*/.git*' -prune -o -print |
|
|
sed -e 's;[^/]*/;|___;g;s;___|; |;g'
|