# HG changeset patch # User HackBot # Date 1370453675 0 # Node ID 517f424df10491cde45d3128fce1d8979ec9d473 # Parent 4a722325648cdd9ebdd4de21b75cfa49a2726d11 mv index.html bin/thanks diff -r 4a722325648c -r 517f424df104 bin/thanks --- a/bin/thanks Wed Jun 05 17:34:26 2013 +0000 +++ b/bin/thanks Wed Jun 05 17:34:35 2013 +0000 @@ -1,3 +1,2 @@ -#!/bin/bash -echo $1 | sed 's/^[^aeiou]*(.*)/Thanks, 0. Th1./' -\n echo $1 | sed 's/^[^aeiou]*(.*)/Thanks, 0. Th1./' +#!/bin/sh +echo $1 | sed 's/^[^aeiou]*\(.*\)/Thanks, \0. Th\1./' \ No newline at end of file diff -r 4a722325648c -r 517f424df104 index.html --- a/index.html Wed Jun 05 17:34:26 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -#!/bin/sh -echo $1 | sed 's/^[^aeiou]*\(.*\)/Thanks, \0. Th\1./' \ No newline at end of file