minor fixes
This commit is contained in:
parent
d88e57f367
commit
b32de22855
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
for dir in ./*; do
|
for dir in ./*; do
|
||||||
if [ -d $dir ]; then
|
if [ -d $dir ]; then
|
||||||
|
if [[ $dir == "./" ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
cd $dir
|
cd $dir
|
||||||
f=$(echo $dir | sed 's/\.\///')
|
f=$(echo $dir | sed 's/\.\///')
|
||||||
nimble install -y
|
nimble install -y
|
||||||
|
|
Loading…
Reference in a new issue