Skip to content

Instantly share code, notes, and snippets.

@cpl
Created November 23, 2019 18:16
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 cpl/68059048c54925b8e96572f99901ae92 to your computer and use it in GitHub Desktop.
Save cpl/68059048c54925b8e96572f99901ae92 to your computer and use it in GitHub Desktop.
HONK HONK
curl -o /tmp/goose.jpg -s https://cpl.li/assets/images/goose2.jpg >/dev/null
while true
do
say "honk!"
open -a Preview /tmp/goose.jpg
sleep $(( ( RANDOM % 300 ) + 1 ))
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment