view bin/thanks @ 3190:be3616de6ef2

<guestbot> gccrun FILE*f=fopen("bin/no","w");fprintf(f,"#!/bin/bash\\necho Absolutely not.");fclose(f);
author HackBot
date Thu, 20 Jun 2013 18:55:22 +0000
parents bb75acbc97c0
children c216e32f5e2e
line wrap: on
line source

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