@ -2,10 +2,16 @@
# 传入的种子备份参数
if [ $1 ]; then
AppName=$1
else
echo 'AppName not null'
exit 1
fi
if [ $2 ]; then
torrentDir=$2
echo 'torrentDir not null'
exit 2
# 脚本当前目录