Created
May 14, 2014 20:40
-
-
Save tfentonz/1144c554f1e9746c7505 to your computer and use it in GitHub Desktop.
Resize Terminal window to 132 columns and 24 rows.
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
#!/bin/bash | |
printf "\e[8;24;132;t" | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment