Advertisement
nighthoodie

quiet

May 2nd, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # mute system audio
  4.  
  5. osascript="/usr/bin/osascript"
  6.  
  7. osascript -e "set Volume 0"
  8.  
  9. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement