1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine commit script

This commit is contained in:
winlin 2015-08-24 10:59:32 +08:00
parent 8e259eb0c2
commit 064031cac1

View file

@ -2,7 +2,7 @@
cat <<END >>/dev/null cat <<END >>/dev/null
touch git-ensure-commit && touch git-ensure-commit &&
echo "cd `pwd` && git checkout develop &&" >git-ensure-commit && echo "cd `pwd` &&" >git-ensure-commit &&
echo "bash `pwd`/git.commit.sh" >>git-ensure-commit && echo "bash `pwd`/git.commit.sh" >>git-ensure-commit &&
chmod +x git-ensure-commit && chmod +x git-ensure-commit &&
sudo rm -f /bin/git-ensure-commit && sudo rm -f /bin/git-ensure-commit &&