home *** CD-ROM | disk | FTP | other *** search
- #! /sbin/sh
-
- srcdir=/usr/local/src/GSM
-
- devfile=cua
-
- devpath=/dev/$devfile
- lockfile=LCK..$devfile
-
- if [ `ls /usr/spool/pager | wc -l` != 0 ];
- then
- (
- /bin/stty -tostop pass8 clocal 9600
-
- $srcdir/sendpage -l $lockfile "" "\\d" "" atz "" "\\d" "" atv1q0s11=110 OK atdt90385499999 CONNECT
-
- /bin/stty 38400
-
- $srcdir/chat "" "\\d" "" atz
-
- ) < $devpath > $devpath
- fi
-