#!/bin/sh
if [ "$2" ]
then
	echo "Monitoring station $2, finish with 'q'."
	~/tools/log_monitor -w 65 -f "$2"
else
	echo "Usage: monitor <callsign>"
fi
