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
#!/usr/bin/env ruby | |
# | |
# rsync backup script to sync files to external USB backup disks. | |
# | |
# - checks for mounted volume and name | |
# - saves log to backup volume | |
# | |
# Volumes have to be named BACKUP_001, then call with "./backup.rb 001" | |
# |
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
# coding: utf-8 | |
#!/usr/bin/env ruby | |
# | |
# Mutes Spotify ads by monitoring Growl's output in syslog, and changing the | |
# system-wide audio output to dummy output when an ad is detected. | |
# | |
# == Installation | |
# | |
# 1. Install Soundflower (http://code.google.com/p/soundflower/) | |
# 2. download gist |