added a command to calculate the current average wait time
[eqemu] / RUN
1 #!/bin/sh
2
3 socat PTY,link=emuport PTY,link=/tmp/ttyeqemu &
4 if [ $? != 0 ]; then
5         echo "failed to create PTY pair" >&2
6         exit 1
7 fi
8
9 echo 'starting equeue system emulator. connect to the /tmp/ttyeqemu fake serial port'
10
11 ./eqemu emuport
12
13 kill %1         # kill socat