view bin/hello-world-in-any-language @ 11639:e808b0c8c816 draft

<int-e> slwd wisdom//s=...$= https://twitter.com/FireyFly/status/899965577481129984=
author HackEso <hackeso@esolangs.org>
date Thu, 25 Oct 2018 14:27:19 +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