Annotation of embedtools/etc/led.sh, revision 1.1.2.1

1.1.2.1 ! misho       1: #!/bin/sh
        !             2: #
        !             3: # LED event script
        !             4: #
        !             5: # $Id:$
        !             6: 
        !             7: STATE=${1:-0}
        !             8: 
        !             9: echo "LED changed his state to $STATE"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>