function filtCodeFile() { filename="$1" filepath="$2/$1" blackList="Pods" if [[ $filepath =~ $blackList ]]; then return 1 fi if [ "${filename##*.}" = "h" -o "${filenam... Read More
posted @ 2017-08-08 12:23
Muse牧马
Views(702)
Comments(0)
Diggs(1)