4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
xbacklight -inc 5
|
||
|
../../osd/osd.sh osd_bri
|