changeset 3050:517f424df104

<nooodl> mv index.html bin/thanks
author HackBot
date Wed, 05 Jun 2013 17:34:35 +0000
parents 4a722325648c
children 5e90305e4578
files bin/thanks index.html
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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