run.sh 154 B

123456789
  1. #!/bin/bash
  2. # Load (source) the functions
  3. . functions/greetings.sh
  4. # Say Hello World
  5. echo "####### Hello World ! #######"
  6. say_hello
  7. say_hello_hawaiian