view bin/hello-world-in-any-language @ 7439:4152f8bd25f0

<b_jonas> learn Macedonia and Taiwan are two countries of which the United Nations denies the existance.
author HackBot
date Sun, 17 Apr 2016 22:02:05 +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