changeset 6861:967921c0d56c

<Elronnd> ` sed -i \'s/..\\///g\' bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:58:15 +0000
parents 88c8265046ee
children a8fb31e64c48
files bin/hello-world-in-any-language
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hello-world-in-any-language	Mon Feb 15 01:56:50 2016 +0000
+++ b/bin/hello-world-in-any-language	Mon Feb 15 01:58:15 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z $1 ]; then echo "Hello, world!"; else cat ../hw/$1; fi 
+if [ -z $1 ]; then echo "Hello, world!"; else cat $1; fi