Created
August 2, 2012 23:18
-
-
Save ivan-krukov/3241824 to your computer and use it in GitHub Desktop.
Change the OS X sound volume from the command line
This file contains 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
! /usr/bin/osascript | |
on run argv | |
set Volume (item 1 of argv) | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment