Reindent find project script
This commit is contained in:
parent
be5bfafbe5
commit
46c40a9b56
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
||||||
root=$1
|
root=$1
|
||||||
shift 1
|
shift 1
|
||||||
if [ -n "$*" ]
|
if [ -n "$*" ]
|
||||||
then find $root -type d -name .git | xargs dirname | fzf -q "$*"
|
then find $root -type d -name .git | xargs dirname | fzf -q "$*"
|
||||||
else find $root -type d -name .git | xargs dirname | fzf
|
else find $root -type d -name .git | xargs dirname | fzf
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue