Replace $HOME with ~
[khome.git] / bin / 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.06972 seconds and 4 git commands to generate.