Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Created May 16, 2020 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhefh2015/a1262373ef509f7bd31ac3196bcb128e to your computer and use it in GitHub Desktop.
Save fhefh2015/a1262373ef509f7bd31ac3196bcb128e to your computer and use it in GitHub Desktop.
刷流量脚本
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