Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created May 8, 2019 15:40
Show Gist options
  • Save airicbear/940d388a757e262329bad5df712c3592 to your computer and use it in GitHub Desktop.
Save airicbear/940d388a757e262329bad5df712c3592 to your computer and use it in GitHub Desktop.
Cowsay πŸ’©πŸ’©πŸ’©
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