view bin/hello-world-in-any-language @ 10957:7e2de2db9b92

<oerjan> slwd long winded//s,to describe,for the description of,;s,to be,into a more,;s:,: shape,:;s,less,significantly less amount of,
author HackBot
date Fri, 26 May 2017 01:29:11 +0000
parents c989a1669243
children 138d7dafc5b1
line wrap: on
line source

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