1
0
Ответвление 0
configuration/local/bin/bslider
2017-10-30 23:19:57 +01:00

4 строки
93 Б
Bash
Исполняемый файл

#!/bin/sh
wjt -x "$(xbacklight -get)" | while read next; do
xbacklight -set "$next"
done