Skip to content

Instantly share code, notes, and snippets.

@nemosupremo
Created November 29, 2013 05:00
Show Gist options
  • Save nemosupremo/7701761 to your computer and use it in GitHub Desktop.
Save nemosupremo/7701761 to your computer and use it in GitHub Desktop.
couch_api_key=`grep -m 1 api_key /path/to/couchpotato/settings.conf | cut -d ' ' -f 3`;
couch_port=`grep -m 1 port /path/to/couchpotato/settings.conf | cut -d ' ' -f 3`;
wget -q --delete-after http://localhost:${couch_port}/api/${couch_api_key}/renamer.scan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment