Skip to content

Instantly share code, notes, and snippets.

@egrouse
Created February 8, 2012 20:07
Show Gist options
  • Save egrouse/1772908 to your computer and use it in GitHub Desktop.
Save egrouse/1772908 to your computer and use it in GitHub Desktop.
Sick-Beard quick run script
#!/bin/bash
# Set variables
sickdir='/Users/egrouse/Applications/Sick-Beard'
python='python2.7'
# Change to directory and run SickBeard
cd $sickdir && $python SickBeard.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment