Skip to content

Instantly share code, notes, and snippets.

@rbdr
Created February 24, 2016 17:51
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 rbdr/f314724efbd36c4a4588 to your computer and use it in GitHub Desktop.
Save rbdr/f314724efbd36c4a4588 to your computer and use it in GitHub Desktop.
echo $'\x47\x6F\x62\x27\x73\x20\x50\x72\x6F\x67\x72\x61\x6D\x20\x59\x2F\x4E\x3F '
read -p $'\x3F\x20'
if [[ $REPLY =~ ^[Yy]$ ]]
then
while :
do
printf $'\x50\x65\x6E\x75\x73\x20'
done
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment