Skip to content

Instantly share code, notes, and snippets.

@wimleers
Created November 19, 2010 14:12
Show Gist options
  • Save wimleers/706558 to your computer and use it in GitHub Desktop.
Save wimleers/706558 to your computer and use it in GitHub Desktop.
Send a signal to opentracker to reload its whitelist
#!/bin/sh
kill -s HUP `pidof opentracker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment