Last active 11 months ago

AimerNeige_local's Avatar AimerNeige revised this gist 11 months ago. Go to revision

1 file changed, 4 insertions

pullcheck.sh(file created)

@@ -0,0 +1,4 @@
1 + if [[ $(git fetch origin 2>&1) ]]; then
2 + echo "WARNING! pull the newest code before build"
3 + exit 1
4 + fi
Newer Older