「加速 Aria2 下载,bt-tracker自动更新脚本[Windows]」的评论 http://inloveinparis.com/aria2-bt-tracker-script/ 分享免费、小巧、实用、有趣、绿色的软件 Thu, 21 Mar 2019 10:47:36 +0000 hourly 1 https://wordpress.org/?v=6.8.1 评论者:12131132132 http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-432862 Thu, 21 Mar 2019 10:47:36 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-432862 请问macOS 如何实现自动更新

]]>
评论者:Roger http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-431878 Wed, 06 Mar 2019 10:31:33 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-431878 “`
#!/bin/sh
read name
echo “$name 正在测试markdown”
“`

]]>
评论者:Roger http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-431877 Wed, 06 Mar 2019 10:02:44 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-431877 回复给 lqzh

我的天,这引号,看不下去了。。。

]]>
评论者:lqzh http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-431742 Mon, 04 Mar 2019 12:57:18 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-431742 OPENWRT / LINUX 来了~

“`shell
#!/bin/sh

CONF=”######## aria2.conf 路径 ##########”
list=`wget -qO- https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt|awk NF|sed “:a;N;s/\n/,/g;ta”`
if [ -z “`grep “bt-tracker” ${CONF}`” ]; then
sed -i ‘$a bt-tracker=’${list} ${CONF}
echo add……
else
sed -i “s@bt-tracker.*@bt-tracker=$list@g” ${CONF}
echo update……
fi
“`

]]>
评论者:青小蛙 http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-431697 Mon, 04 Mar 2019 01:13:46 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-431697 回复给 highwindmx

理论上是可以的,但需要修改路径

]]>
评论者:highwindmx http://inloveinparis.com/aria2-bt-tracker-script/comment-page-1/#comment-431696 Mon, 04 Mar 2019 01:09:20 +0000 http://inloveinparis.com/aria2-bt-tracker-script/#comment-431696 可以和Motrix做一个合并吗?

]]>