# 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_portuguese() echo "Boa tarde a todos... esta calor quero ir a praia" }