view bin/hello-world-in-any-language @ 7452:37d11d7eb9bd

<b_jonas> learn Macedonia is a country of which the United Nations denies the existance, just like Taiwan is.
author HackBot
date Sun, 17 Apr 2016 22:29:07 +0000
parents 766a281f3856
children
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