Organize into home and system directories
[khome.git] / home / bin / backlight_max
CommitLineData
70ece610
SK
1#! /bin/sh
2
3set -e
4
5dir="/sys/class/backlight/intel_backlight"
6cat "$dir/max_brightness" > "$dir/brightness"
This page took 0.026521 seconds and 4 git commands to generate.