run.sh 142 B

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