Created
April 16, 2014 06:36
-
-
Save opnchaudhary/10817602 to your computer and use it in GitHub Desktop.
Bash script to change brightness of Dell Studio 1569 laptop. Permissable values 0 to 4000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo $1 | sudo tee /sys/class/backlight/intel_backlight/brightness |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment