changeset 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 8921a70294ee
children c98b842d322c
files bin/hello-world-in-any-language
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/hello-world-in-any-language	Mon Feb 15 01:43:38 2016 +0000
@@ -0,0 +1,1 @@
+if [ -z $1 ]; then echo "Hello, world!"; else cat /hw/$1; fi