de0ef2122c5e1e752c845bd429ce6a8c074fbfa8
[khome.git] / backlight_max
1 #! /bin/sh
2
3 set -e
4
5 dir="/sys/class/backlight/intel_backlight"
6 cat "$dir/max_brightness" > "$dir/brightness"
This page took 0.061679 seconds and 3 git commands to generate.