Skip to content

Instantly share code, notes, and snippets.

@jerblack
Created May 27, 2018 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerblack/885325a3b109537a2721f577ad850f1f to your computer and use it in GitHub Desktop.
Save jerblack/885325a3b109537a2721f577ad850f1f to your computer and use it in GitHub Desktop.
Resize current command window in one line
python -c "import os; os.system('mode con: cols=75 lines=25')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment