4 lines
60 B
Text
4 lines
60 B
Text
|
#!/bin/sh
|
||
|
|
||
|
find $1 -type d -name .git | xargs dirname | fzf
|