Skip to content

Instantly share code, notes, and snippets.

@yaronn
Created July 20, 2015 16:31
Show Gist options
  • Save yaronn/7b1fe9f8e968b3fe2cda to your computer and use it in GitHub Desktop.
Save yaronn/7b1fe9f8e968b3fe2cda to your computer and use it in GitHub Desktop.
$> p=0; while true; do curl tty.zone/$((p++))\?cols=$((COLUMNS)); read; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment