Created
December 10, 2015 18:34
-
-
Save zotherstupidguy/d8d2ad68cac4835d09ba to your computer and use it in GitHub Desktop.
run this on your VPS
This file contains hidden or 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
#!/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