view bin/thanks @ 4491:8f760d2d3e9d

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' "bin/^.^" bin/aaaaaaaaa; cat "bin/^.^" bin/aaaaaaaaa
author HackBot
date Sat, 22 Feb 2014 02:37:17 +0000
parents c216e32f5e2e
children
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";