Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend

« | »

palm pilot scripts

Pilot scripts:

#!/bin/sh
## $HOME/Palm/pilot-xfer-install
export PILOTPORT=/dev/ttyS0
export PILOTRATE=115200
if ! (/bin/ls -l $PILOTPORT | grep -q rwxrwxrwx) ; then
    echo "sudo chmod 777 $PILOTPORT"
    sudo chmod 777 $PILOTPORT
fi
exec pilot-xfer -i "$@"

and

#!/bin/sh
## $HOME/Palm/INSTALL_EVERYTHING.sh
exec $HOME/Palm/pilot-xfer-install \
    $HOME/Palm/Docs/*.pdb \
    $HOME/Palm/Apps/*.prc

Hal Canary | Computers & Code | 2006-02-10 14:26:59 UTC
Permanent Link Comments Off | No Comments

Comments are closed.
Email me your comments — h3 at halcanary dot org.

Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org