Skip to content

Instantly share code, notes, and snippets.

@neofob
Created December 13, 2022 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neofob/00068507069f05d427b5b367faab959e to your computer and use it in GitHub Desktop.
Save neofob/00068507069f05d427b5b367faab959e to your computer and use it in GitHub Desktop.
Output string using lolcat and watch
#!/usr/bin/env bash
while true; do
clear
echo $1 | cowsay | lolcat
sleep 0.85
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment