greetings.sh 415 B

12345678910111213141516171819
  1. # Functions to deal with greetings
  2. #
  3. # Written by Domingo Manubens-Gil
  4. #
  5. # Barcelona Supercomputing Centre / Earth Sciences Department (BSC-ES)
  6. # Created: December 4, 2015
  7. # Adapted:
  8. #######################################
  9. # Say Hello in English
  10. # Globals:
  11. # Arguments:
  12. # None
  13. # Returns:
  14. # None
  15. #######################################
  16. function say_hello() {
  17. echo "Add same function for your language below..."
  18. }