#!/bin/sh
#
# Run bgnome-console with test config file
#
if [ $# = 1 ] ; then
   echo "doing bgnome-console $1.conf"
   /sbin/bgnome-console -c $1.conf
else
   /sbin/bgnome-console -c /etc/bgnome-console.conf
fi


syntax highlighted by Code2HTML, v. 0.9.1