This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/script/rundoor.sh
2004-08-09 19:52:41 +00:00

25 lines
722 B
Bash

#!/bin/bash
#
# $Id$
#
# rundoor.sh - Never call this script directly, create a symlink
# to this file with the name of the door. For example
# to run the door ilord do:
# cd /opt/mbse/bin
# ln -s rundoor.sh ilord
# In the menu use the following line for Optional Data:
# /opt/mbse/bin/ilord /N
#
# This version DOES NOT have virtual COMport support, see runvirtual.sh
#
# by Redy Rodriguez and Michiel Broek.
#
DOOR=`basename $0`
COMMANDO="\"doors $DOOR $*\r\""
/usr/bin/sudo /opt/mbse/bin/bbsdoor.sh $DOOR $1
/usr/bin/sudo /usr/bin/dosemu.bin -f /opt/mbse/etc/dosemu/dosemu.conf -I "`echo -e keystroke $COMMANDO`"
reset
tput reset
stty sane