# HG changeset patch # User HackBot # Date 1455500347 0 # Node ID 8921a70294eec7aeacf485770d8edf8acf4ad51d # Parent 628a8e107fbcc4d05c8f5e25c5c1962fcf17b3cb rm bin/hello-world-in-any-language diff -r 628a8e107fbc -r 8921a70294ee bin/hello-world-in-any-language --- 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