1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh # Copyright (C) 2009 OpenWrt.org case "$ACTION" in add) # update LEDs ;; remove) # update LEDs ;; esac