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

refine comments

This commit is contained in:
winlin 2014-11-27 12:50:04 +08:00
parent 8766ab5de2
commit b825ea62f9
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,12 @@
#!/bin/bash
# sudo ln -sf `pwd`/git.commit.sh /bin/git-ensure-commit
cat <<END >>/dev/null
touch git-ensure-commit &&
echo "bash `pwd`/git.commit.sh" >git-ensure-commit &&
chmod +x git-ensure-commit &&
sudo rm -f /bin/git-ensure-commit &&
sudo mv git-ensure-commit /bin/git-ensure-commit
END
echo "submit code to github.com"