changeset 6854:8921a70294ee

<Elronnd> rm bin/hello-world-in-any-language
author HackBot
date Mon, 15 Feb 2016 01:39:07 +0000
parents 628a8e107fbc
children b9b40020dd31
files bin/hello-world-in-any-language
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hello-world-in-any-language	Mon Feb 15 01:36:39 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-if [ $1 -eq "Spanish" ]; then echo "¡Hola, mundo!"; else echo "Hello, world!"; fi