# HG changeset patch # User HackBot # Date 1455501410 0 # Node ID 88c8265046ee438b4bf018fe81ad0e3cd4d97e23 # Parent 698e879976f543404538b35bef70efa6032ed9e6 ` sed -i \'s/\\/hw/..\\/hw/\' bin/hello-world-in-any-language diff -r 698e879976f5 -r 88c8265046ee bin/hello-world-in-any-language --- 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