Skip to content

Instantly share code, notes, and snippets.

@arcreative
Last active September 1, 2016 16:37
Show Gist options
  • Save arcreative/fd45aa1f5cd5a1f30a663af6bf0bff54 to your computer and use it in GitHub Desktop.
Save arcreative/fd45aa1f5cd5a1f30a663af6bf0bff54 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -z `which say` ]; then
echo Aww, no fun :-\(
exit 1
fi
while [ true ]; do
say never gonna give you up
say never gonna let you down
say never gonna run around and desert you
say never gonna make you cry
say never gonna say goodbye
say never gonna tell a lie and hurt you
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment