index
:
git-shell-commands.git
master
Git Shell Commands
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ls
blob: cf37390c5b3bae61fa53f96b4a2d010ec9dd8f50 (
plain
)
1
2
3
#!/usr/bin/env bash
find
"
$HOME
"
-maxdepth
1
-type
d
-name
'*\.git'
-printf
"%f\n"