all repos

dotfiles @ 846f37457c9c8519e69228f354a695c1e789e352

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