#!/bin/sh

# The path to the program "stack" and the filters
Bin=/users/formel/doligez/murlib

# The interface executable
Mur=/usr/local/games/bin/mur

# The guardian program
Murof='/usr/local/games/lib/mur/netclient clipper.ens.fr 4576'

case $# in
 0) exec $Mur -g "exec $Bin/stack 'exec $Bin/rotiso' 'exec $Murof'";;
 *) exec $Mur -g "exec $Bin/stack 'exec $Bin/rotiso' 'exec $Murof'" "$@";;
esac
