Reindent find project script

This commit is contained in:
Talia 2023-05-30 09:32:22 +02:00
parent be5bfafbe5
commit 46c40a9b56
1 changed files with 2 additions and 2 deletions

View File

@ -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