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
|
||||
if [ -d $dir ]; then
|
||||
if [[ $dir == "./" ]]; then
|
||||
continue
|
||||
fi
|
||||
cd $dir
|
||||
f=$(echo $dir | sed 's/\.\///')
|
||||
nimble install -y
|
||||
|
|
Loading…
Reference in a new issue