changeset 6860:88c8265046ee

<hppavilion[1]> ` sed -i \'s/\\/hw/..\\/hw/\' bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:56:50 +0000
parents 698e879976f5
children 967921c0d56c
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:54:27 2016 +0000
+++ b/bin/hello-world-in-any-language	Mon Feb 15 01:56:50 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 ../hw/$1; fi