# HG changeset patch # User HackBot # Date 1455501621 0 # Node ID a8fb31e64c4899ff126a3ddb73c6233cc5092daa # Parent 967921c0d56c145decc1b2bfa29371ca1b0df451 ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else cat hw/$1; fi\' > bin/hello-world-in-any-language diff -r 967921c0d56c -r a8fb31e64c48 bin/hello-world-in-any-language --- a/bin/hello-world-in-any-language Mon Feb 15 01:58:15 2016 +0000 +++ b/bin/hello-world-in-any-language Mon Feb 15 02:00:21 2016 +0000 @@ -1,1 +1,1 @@ -if [ -z $1 ]; then echo "Hello, world!"; else cat $1; fi +if [ -z $1 ]; then echo "Hello, world!"; else cat hw/$1; fi