#!/bin/sh

ARGS=$1
DEVPORT=$(uci -q get atinout.general.atcport)

if [ "$DEVPORT" ]; then 
	echo "${ARGS}" | /usr/bin/atinout - ${DEVPORT} -
fi
