#!/bin/sh

LINRAD_DIR=~/.linrad

if [ ! -d ${LINRAD_DIR} ]; then
    mkdir ${LINRAD_DIR}
fi

cd ${LINRAD_DIR}
exec /opt/local/bin/xlinrad64
