#!/bin/bash # Define a function that sends messages to stderr. errcho() { echo "$@" 1>&2; } # Source the configuration file. . /etc/fs-hello-kamal.conf if [ "$1" = "" ]; then errcho "Error! Provide some arguments to the command." exit 1 fi /usr/games/cowsay "$PREFIX_NAME's friend cow says $@"