all repos

dotfiles @ 9602ffeafb1704cb52401449b858c5f8679ffc1b

my dotfiles

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