#!/bin/sh # # Run gnome-console with test config file # cd @BUILD_DIR@/src/gnome-console if [ $# = 1 ] ; then echo "doing gnome-console $1.conf" ./gnome-console -c $1.conf else ./gnome-console -c test-gnome-console.conf fi