Created
May 8, 2019 15:40
-
-
Save airicbear/940d388a757e262329bad5df712c3592 to your computer and use it in GitHub Desktop.
Cowsay π©π©π©
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
NUMPOOP=100 | |
if [ $1 ]; then | |
NUMPOOP=$1 | |
fi | |
python3 -c "print(' '.join(['π©' for _ in range(0, $NUMPOOP)]))" | cowsay | lolcat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment