Skip to content

Instantly share code, notes, and snippets.

@Laharah
Last active February 27, 2016 09:04
Show Gist options
  • Save Laharah/6f284f5ef2891832cf8a to your computer and use it in GitHub Desktop.
Save Laharah/6f284f5ef2891832cf8a to your computer and use it in GitHub Desktop.
#!/bin/bash
#Captures deluge debug output to delugedebug.log
CWD=$(pwd)
cd / && /Applications/Deluge.app/Contents/MacOS/Deluge -L debug -l $CWD/delugedebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment