changeset 6862:a8fb31e64c48

<Elronnd> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else cat hw/$1; fi\' > bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 02:00:21 +0000
parents 967921c0d56c
children ecb520c9d0c7
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: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