# HG changeset patch # User HackBot # Date 1455501495 0 # Node ID 967921c0d56c145decc1b2bfa29371ca1b0df451 # Parent 88c8265046ee438b4bf018fe81ad0e3cd4d97e23 ` sed -i \'s/..\\///g\' bin/hello-world-in-any-language diff -r 88c8265046ee -r 967921c0d56c bin/hello-world-in-any-language --- 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