Ultima attività 1731585672

AimerNeige_local's Avatar AimerNeige ha revisionato questo gist 1731585672. Vai alla revisione

1 file changed, 4 insertions

pullcheck.sh(file creato)

@@ -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
Più nuovi Più vecchi