#!/bin/bash
# Suggested start-up script for 'qle'
#
# Using a start-up shell script allows you to set the X-window font
# to be used by the logger.
#
# '--' options are interpreted by qle, e.g. '--splitScreen'.
# '-'  options are for the window manager, e.g '-geometry'.
#
cd /usr/share/qle
perl /usr/share/qle/qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4

