Only check directories.
This commit is contained in:
parent
8829d1d574
commit
9498154a71
@ -461,6 +461,9 @@
|
||||
alias_code_check: |
|
||||
alias code-check='
|
||||
ls -d ~/Code/* | while read project; do
|
||||
if [[ ! -d $project ]]; then
|
||||
continue
|
||||
fi
|
||||
echo "*** `basename $project` ***"
|
||||
cd $project
|
||||
if [[ -d .git ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user