Skip to content

Instantly share code, notes, and snippets.

@dandye
Created February 20, 2016 18:23
Show Gist options
  • Save dandye/e9ff9ca625fa95a0c5dd to your computer and use it in GitHub Desktop.
Save dandye/e9ff9ca625fa95a0c5dd to your computer and use it in GitHub Desktop.
silence 30 & # Mute Spotify Ads
#!/bin/csh
osascript -e 'set volume with output muted'
if ( $# != "0" ) then
sleep $1
osascript -e 'set volume without output muted'
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment