run.sh 135 B

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