view bin/hello-world-in-any-language @ 12480:0d2ed32da981 draft

<b_jonas> slashlearn password//The password of the month is If the door to Ambrosia will not open by this music, I will TEAR IT DOWN!
author HackEso <hackeso@esolangs.org>
date Wed, 03 May 2023 20:48:13 +0000
parents 138d7dafc5b1
children
line wrap: on
line source

if [ -z $(tr [A-Z] [a-z] <<< "$1") ]; then echo "Hello, world!"; else if [ -f ${HACKENV-/hackenv}/hw/$(tr [A-Z] [a-z] <<< "$1") ]; then cat ${HACKENV-/hackenv}/hw/$(tr [A-Z] [a-z] <<< "$1"); else echo "Your language does not exist"; fi; fi