eqemu

view RUN @ 12:2656099aff12

added copyright notices and license
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 07:04:21 +0300
parents
children
line source
1 #!/bin/sh
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
9 echo 'starting equeue system emulator. connect to the /tmp/ttyeqemu fake serial port'
11 ./eqemu emuport
13 kill %1 # kill socat