bin/kbhl (view raw)
1 2 3 4 5
#!/bin/sh case "$1" in "on"|"-on"|"--on"|1) xset led on ;; "of"|"off"|"-off"|"--off"|0) xset led off ;; esac