Put scripts in scripts folder
This commit is contained in:
parent
45e295c1d3
commit
1f32ce2ca4
5 changed files with 25 additions and 5 deletions
7
scripts/update
Executable file
7
scripts/update
Executable file
|
@ -0,0 +1,7 @@
|
|||
# If current pwd is scripts, go 1 up.
|
||||
if [ ${PWD##*/} == "scripts" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
git pull --recurse-submodules=yes
|
||||
git submodule update --init --recursive
|
Loading…
Add table
Add a link
Reference in a new issue