Skip to content

Instantly share code, notes, and snippets.

@zotherstupidguy
Created December 10, 2015 18:34
Show Gist options
  • Save zotherstupidguy/d8d2ad68cac4835d09ba to your computer and use it in GitHub Desktop.
Save zotherstupidguy/d8d2ad68cac4835d09ba to your computer and use it in GitHub Desktop.
run this on your VPS
#!/bin/bash
lines=$(tput lines)
columns=$(tput cols)
echo "Lines: " $lines
echo "Columns: " $columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment