标签:style blog http color os art
1.获得当前运行脚本目录
1 #!/bin/bash 2 3 CURR_DIR=`dirname $0`; 4 5 echo $CURR_DIR;
shell,布布扣,bubuko.com
shell
原文地址:http://www.cnblogs.com/ggbailei/p/3820952.html