#!/bin/sh
if [ -e /dev/ttyAS1 ]; then 
   rm -f /dev/ttyAS1 
fi 
