malloc/calloc/free and minimal allocator testing
[lugburz] / uaeterm
1 #!/bin/sh
2
3 port=`cat fs-uae.conf | grep serial_port | awk '{ print $3; }'`
4 if [ -z "$port" ]; then
5         echo "fs-uae.conf doesn't include a serial_port config option"
6         exit 1
7 fi
8
9 socat pty,raw,echo=0,link=$port -,raw,echo=0