changeset 3057:549b1d7eb8dc

<nooodl> mv index.html bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:16:09 +0000
parents 623844b98809
children 05a353b7da81
files bin/thanks index.html
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/thanks	Wed Jun 05 19:16:03 2013 +0000
+++ b/bin/thanks	Wed Jun 05 19:16:09 2013 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl
-$_ = $ARGV[0] || `words`.chomp; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file
+$_ = $ARGV[0] || chomp `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file
--- a/index.html	Wed Jun 05 19:16:03 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-$_ = $ARGV[0] || chomp `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file