Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Created April 16, 2014 06:36
Show Gist options
  • Save opnchaudhary/10817602 to your computer and use it in GitHub Desktop.
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.
#!/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