@@ -15,5 +15,5 @@
# None
#######################################
function say_hello() {
- echo "This is a template!"
-}
+ echo "Add same function for your language below..."
+}²
@@ -1,7 +1,7 @@
#!/bin/bash
# Load (source) the functions
-. functions/greetings_template.sh
+. functions/greetings.sh
# Say Hello World
echo "####### Hello World ! #######"