dst=/pcdn # 设置缓存目录
eth=eth0 # 设置网卡
mkdir -p $dst # 创建缓存目录
f=start-smallbox-m-v1.sh;wget https://download.niulinkcloud.com/init/$f&&bash $f -w $dst -i $eth