Current section

Files

Jump to
debbie priv usr bin helloworld
Raw

priv/usr/bin/helloworld

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