#!/bin/bash
if [ -f /etc/helloworld.conf ]; then
    . /etc/helloworld.conf
fi
echo "Hello world !"
