Skip to content

Instantly share code, notes, and snippets.

@jmdots
Last active January 4, 2019 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmdots/43cf9c264be810558190ea51621c6055 to your computer and use it in GitHub Desktop.
Save jmdots/43cf9c264be810558190ea51621c6055 to your computer and use it in GitHub Desktop.
macbook-ubuntu-brightness.sh
#!/usr/bin/env bash
set -euo pipefail
level=${1} && shift ## default was 1808
echo ${level} > /sys/class/backlight/intel_backlight/brightness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment