Skip to content

Instantly share code, notes, and snippets.

View rbdr's full-sized avatar

Rubén Beltrán del Río rbdr

View GitHub Profile
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