Skip to content

Instantly share code, notes, and snippets.

@loganakamatsu
Created April 25, 2016 15:41
Show Gist options
  • Select an option

  • Save loganakamatsu/8348bf0ce293d26d44817b9ae8b749bd to your computer and use it in GitHub Desktop.

Select an option

Save loganakamatsu/8348bf0ce293d26d44817b9ae8b749bd to your computer and use it in GitHub Desktop.
Trim volume (up) in OS X
# works nicely as an Automator 'run shell script' task
vol=$((`osascript -e 'output volume of (get volume settings)'` + 3))
osascript -e "set volume output volume $vol"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment