view bin/hello-world-in-any-language @ 6855:b9b40020dd31

<hppavilion[1]> ` 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 01:43:38 +0000
parents
children 88c8265046ee
line wrap: on
line source

if [ -z $1 ]; then echo "Hello, world!"; else cat /hw/$1; fi