摘要: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
浙公网安备 33010602011771号