Skip to content

Instantly share code, notes, and snippets.

@justinyanme
Last active March 22, 2026 05:04
Show Gist options
  • Select an option

  • Save justinyanme/62ab86fa7c0361eefc0c20b4b19fe2f5 to your computer and use it in GitHub Desktop.

Select an option

Save justinyanme/62ab86fa7c0361eefc0c20b4b19fe2f5 to your computer and use it in GitHub Desktop.
# brew install figlet cowsay lolcat coreutils fortune
echo "Justin" | figlet -f starwars | lolcat --animate -s 1000
fortune -s | cowsay -f $(cd /opt/homebrew/Cellar/cowsay/3.04_1/share/cows && ls *.cow | shuf -n1) | lolcat --animate -s 1000
@justinyanme

Copy link
Copy Markdown
Author

@leo9827 ๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment