摘要:
config.sh#/bin/bashrequire_once(){ #File the true path ,To prevent a symbolic link local realpath=$(readlink -f "$1") local basedir=$(dirname "$realpath") local file_full_name=$(basename "$realpath") local file_name=$(remove_suffix "$file_full_name"); #require 阅读全文
posted @ 2013-11-20 11:15
游客远
阅读(274)
评论(0)
推荐(0)