@@ -17,6 +17,3 @@
function say_hello() {
echo "Add same function for your language below..."
}
-function say_hello_esperanto() {
- echo "I don't speak a word of esperanto, sorry!!!"
- }
@@ -6,4 +6,3 @@
# Say Hello World
echo "####### Hello World ! #######"
say_hello
-say_hello_esperanto