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`/git2unix.sh /bin/git2unix
cat <<END >>/dev/null
touch git2unix &&
echo "bash `pwd`/git2unix.sh" >git2unix &&
chmod +x git2unix &&
sudo rm -f /bin/git2unix &&
sudo mv git2unix /bin/git2unix
END
dos2unix -V>/dev/null 2>&1
ret=$?; if [[ 0 -ne $ret ]]; then