摘要: 为了vim PYTHON="3.4.1" tget () { #try wget filename=`basename $1` echo "Downloading [${filename}]..." if [ ! -f ${filename} ];then wget $1 fi echo "[OK] 阅读全文
posted @ 2020-07-14 09:48 schips 阅读(266) 评论(0) 推荐(0)