Created
April 25, 2016 15:41
-
-
Save loganakamatsu/8348bf0ce293d26d44817b9ae8b749bd to your computer and use it in GitHub Desktop.
Trim volume (up) in OS X
This file contains hidden or 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
| # 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