Created
May 27, 2018 05:31
-
-
Save jerblack/885325a3b109537a2721f577ad850f1f to your computer and use it in GitHub Desktop.
Resize current command window in one line
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
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