view bin/thanks @ 6612:2eb9df791119

<mroman> echo "#!/bin/sh" > bin/halp
author HackBot
date Fri, 29 Jan 2016 10:47:36 +0000
parents 685e004a3372
children
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 "$_.";