#!/bin/sh
cd $HOME/bacula/k/src/gnome-console
if [ $# = 1 ] ; then
   echo "doing gnome-console $1.conf"
   ./gnome-console -c $1.conf
else
   ./gnome-console
fi


syntax highlighted by Code2HTML, v. 0.9.1