view bin/hello-world-in-any-language @ 6861:967921c0d56c

<Elronnd> ` sed -i \'s/..\\///g\' bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:58:15 +0000
parents 88c8265046ee
children a8fb31e64c48
line wrap: on
line source

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