Skip to content

Instantly share code, notes, and snippets.

@trungtran
Created October 18, 2013 13:41
Show Gist options
  • Save trungtran/7041697 to your computer and use it in GitHub Desktop.
Save trungtran/7041697 to your computer and use it in GitHub Desktop.
Set volume of OS X from command line
# n = 0 to 7
osascript -e 'set volume <n>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment