#!/bin/bash
TMPF=/tmp/minimodem-test.$$
trap "rm -f $TMPF" 0
echo "KAMAL" > $TMPF
./self-test $TMPF 0.5