#/bin/sh
owish -f $FGLDIR/desi/confdesi/confdesi.tko &

#
# It is not possible to write a script, which is understandable from
# the bash (or another), AND the owish shell, without writing directly the
# full path and name of the shell (here owish). The most generic think
# I can do, is to decide that a shell will automatically be set in /bin.
# So if the owish is not in that place, the users can make a symbolic link
# from the effectiv place to /bin.
#
# On MS-Windows machine, this is not a problem, because the confdesi.tko
# is necessarely sourced from the wtk.exe with the -f option.
#
# 05/05/1996
# PhM
#