# 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_espanol() { echo "¡Hola Mundo Hermoso!" }