Created
December 7, 2016 08:31
-
-
Save kroovysteph/a64b9df7585faf715e9f6a98762329d3 to your computer and use it in GitHub Desktop.
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
if [[ $COLUMNS -gt 80 && $LINES -gt 20 ]]; then | |
screenfetch; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment