Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created May 14, 2014 20:40
Show Gist options
  • Save tfentonz/1144c554f1e9746c7505 to your computer and use it in GitHub Desktop.
Save tfentonz/1144c554f1e9746c7505 to your computer and use it in GitHub Desktop.
Resize Terminal window to 132 columns and 24 rows.
#!/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