Skip to content

Instantly share code, notes, and snippets.

@jokeyrhyme
Created January 9, 2015 00:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jokeyrhyme/bdce30fc0cb99475fa52 to your computer and use it in GitHub Desktop.
Save jokeyrhyme/bdce30fc0cb99475fa52 to your computer and use it in GitHub Desktop.
toggle Android Emulator 2G network limits over and over
while true
do
echo "network speed full" | nc localhost 5554
sleep 1
echo "network speed gsm" | nc localhost 5554
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment