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

23 lines
579 B
Bash
Raw Normal View History

2001-10-22 18:54:15 +00:00
#!/bin/bash
#
2002-03-16 14:54:21 +00:00
# $Id$
#
2001-10-22 18:54:15 +00:00
# rundoor.sh - Never call this script directly, create a symlink
# to this file with the name of the door. For example
# tu run the door ilord do:
# cd /opt/mbse/bin
# ln -s rundoor.sh ilord
#
# by Redy Rodriguez and Michiel Broek.
#
DOOR=`basename $0`
2002-06-11 18:46:18 +00:00
COMMANDO="\" doors $DOOR $*\r\""
2001-10-22 18:54:15 +00:00
/usr/bin/sudo /opt/mbse/bin/bbsdoor.sh $DOOR $1
/usr/bin/sudo /opt/dosemu/bin/dosemu.bin \
-F /var/lib/dosemu/global.conf \
-I "`echo -e serial { com 1 virtual }"\n" keystroke $COMMANDO`"
reset
tput reset
stty sane