Skip to content

Instantly share code, notes, and snippets.

@filipenf
Created December 13, 2013 16:12
Show Gist options
  • Save filipenf/7946626 to your computer and use it in GitHub Desktop.
Save filipenf/7946626 to your computer and use it in GitHub Desktop.
#!/bin/bash
export https_proxy="127.0.0.1:3333"
for i in `seq 1 2000` ; do
wget https://www.kernel.org/pub/linux/bluetooth/bluez-5.12.tar.xz bluez-5.1-$i.tar.xz
sleep 0.3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment