Last active
January 6, 2016 13:02
-
-
Save u0d7i/f0bae62e64e06d5290db to your computer and use it in GitHub Desktop.
This file contains 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
# 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