#!/bin/sh . /etc/conf.d/mulus if [ ! -d ${HOME}/${SUBDIR} ] ; then echo "Creating subdirectory \"${SUBDIR}\" in your home" echo "to store config files and downloaded files..." if ! mkdir ${HOME}/${SUBDIR} ; then echo "Creation of subdirectory failed! Exiting..." exit 1 fi fi cd ${HOME}/${SUBDIR} && exec /usr/bin/mulus