log bin/hello-world-in-any-language @ 12256:821155c00e34 draft

age author description
Sun, 17 Nov 2019 01:26:58 +0000 HackEso <fizzie> slbd hello-world-in-any-language//s|hw/|${HACKENV-/hackenv}/hw/|g draft
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Mon, 15 Feb 2016 02:13:49 +0000 HackBot <Elronnd> ` echo \'if [ -z $(tr [A-Z] [a-z] <<< "$1") ]; then echo "Hello, world!"; else if [ -f hw/$(tr [A-Z] [a-z] <<< "$1") ]; then cat hw/$(tr [A-Z] [a-z] <<< "$1"); else echo "Your language does not exist"; fi; fi\' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 02:02:16 +0000 HackBot <Elronnd> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else if [ -f hw/$1 ]; then cat hw/$1; else echo "Your language does not exist"; fi; fi\' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 02:00:21 +0000 HackBot <Elronnd> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else cat hw/$1; fi\' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 01:58:15 +0000 HackBot <Elronnd> ` sed -i \'s/..\\///g\' bin/hello-world-in-any-language
Mon, 15 Feb 2016 01:56:50 +0000 HackBot <hppavilion[1]> ` sed -i \'s/\\/hw/..\\/hw/\' bin/hello-world-in-any-language
Mon, 15 Feb 2016 01:43:38 +0000 HackBot <hppavilion[1]> ` echo \'if [ -z $1 ]; then echo "Hello, world!"; else cat /hw/$1; fi \' > bin/hello-world-in-any-language
Mon, 15 Feb 2016 01:36:39 +0000 HackBot <hppavilion[1]> ` echo \'if [ $1 -eq "Spanish" ]; then echo "\xc2\xa1Hola, mundo!"; else echo "Hello, world!"; fi\' > bin/hello-world-in-any-language
Mon, 18 Jan 2016 07:11:25 +0000 HackBot <hppavilion[1]> ` echo "echo Hello, World" > bin/hello-world-in-any-language && chmod a+x bin/hello-world-in-any-language