added checkout-master script
This commit is contained in:
parent
7693394c33
commit
d9207774ae
16
checkout-master.sh
Executable file
16
checkout-master.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
for d in */; do
|
||||||
|
cd "$d"
|
||||||
|
FILE=build
|
||||||
|
if [ -d $FILE ]; then
|
||||||
|
git checkout master
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
|
|
||||||
|
cd installation
|
||||||
|
./update.sh
|
Loading…
Reference in New Issue
Block a user