Return to button.sh CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / pceng |
1.1.2.1 ! misho 1: #!/bin/sh ! 2: # ! 3: # Button event script ! 4: # ! 5: # $Id: button.sh,v 1.1.2.1 2011/07/22 14:45:30 misho Exp $ ! 6: ! 7: PRESSED=${1:-0} ! 8: ! 9: logger "Button pressed for $PRESSED seconds"