changeset 5183:3dcf5043c8c0

<FireFly> ` sed -ir \'s/.$/g&/\' bin/wlcm; cat bin/wlcm
author HackBot
date Tue, 09 Dec 2014 19:56:15 +0000
parents 9fa4292c7e6f
children f18ab59a324f
files bin/wlcm bin/wlcmr
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wlcm	Tue Dec 09 12:18:58 2014 +0000
+++ b/bin/wlcm	Tue Dec 09 19:56:15 2014 +0000
@@ -1,1 +1,1 @@
-welcome "$@" | sed 's/aeiou//'
+welcome "$@" | sed 's/aeiou//g'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/wlcmr	Tue Dec 09 19:56:15 2014 +0000
@@ -0,0 +1,1 @@
+welcome "$@" | sed 's/aeiou//'