view bin/hello-world-in-any-language @ 6860:88c8265046ee

<hppavilion[1]> ` sed -i \'s/\\/hw/..\\/hw/\' bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:56:50 +0000
parents b9b40020dd31
children 967921c0d56c
line wrap: on
line source

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