Execute nimble setup automatically after cloning
This commit is contained in:
parent
71de64d6c1
commit
325e03f419
|
@ -28,3 +28,10 @@ for p in $@
|
|||
do
|
||||
_add_project "$p"
|
||||
done
|
||||
|
||||
for p in $@
|
||||
do
|
||||
pushd $p
|
||||
nimble setup
|
||||
popd
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue