view bin/thanks @ 10076:efeac1b5074e

<oerjan> mkx bin/\xc3\xbcml\xc3\xa4\xc3\xbct//print_args_or_input "$@" | sed \'s/./&\xcc\x88/g\'
author HackBot
date Sun, 01 Jan 2017 16:56:32 +0000
parents c989a1669243
children 1903db8fb09c
line wrap: on
line source

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