Add 'NONE-CKUBU2'.

This commit is contained in:
2018-05-08 11:23:49 +02:00
parent 8aca058693
commit 52c0715b15
158 changed files with 38303 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
[ -e "/sys/class/leds/alix:${2}/brightness" ] && {
/bin/echo ${1} > "/sys/class/leds/alix:${2}/brightness"
}