# Functions to deal with greetings # # Written by Domingo Manubens-Gil # # Barcelona Supercomputing Centre / Earth Sciences Department (BSC-ES) # Created: December 4, 2015 # Adapted: ####################################### # Say Hello in English # Globals: # Arguments: # None # Returns: # None ####################################### 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!!!" }