1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
core/scripts/update
Paulus Schoutsen ebfec2d1d3 Update update script
2015-08-17 20:11:37 -07:00

7 lines
98 B
Plaintext
Executable File

# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
git pull