Skip to content

Instantly share code, notes, and snippets.

@u0d7i
Last active January 6, 2016 13:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save u0d7i/f0bae62e64e06d5290db to your computer and use it in GitHub Desktop.
# while true; do qp g+ && timeout 10 apt-get -y install elinks; qp g-; sleep 1; done
# time while true; do date +"%F %T"; ./3g-connect && echo "ip address: $(ip addr show dev gprs0 | grep inet | awk '{print $2}')"; timeout 5 wget --progress=dot -c http://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.4-rc8.tar.xz && break; echo; ./3g-disconnect; sleep 1; echo; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment