标签:http sp c linux ef htm r as tt
http://www.tutorialspoint.com/unix/unix-shell.htm
Linux Shell 获取脚本的所在目录的绝对路径
basedir=$(cd $(dirname $0); pwd;)
echo $basedir
shell 执行错误马上退出,而不是继续执行
set -e
标签:http sp c linux ef htm r as tt
原文地址:http://my.oschina.net/sub/blog/311879