#!/bin/sh
#
# A shell script reading spots from the file /tmp/<callsign>.log
#
# With an external program you write DX spots into a file. This program
# keeps track of the file and if a line is appended, it is passed
# to CLX.

read conn
set -- $conn
exec tail -f /tmp/$3.log
