all repos

dotfiles @ 5cc8e020c192585faa2147c4fb2afc0684da5133

my dotfiles

bin/kbhl (view raw)

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