Last active
September 1, 2016 16:37
-
-
Save arcreative/fd45aa1f5cd5a1f30a663af6bf0bff54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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