Skip to content

Instantly share code, notes, and snippets.

@nmcv
Created April 30, 2013 23:15
Show Gist options
  • Save nmcv/5492648 to your computer and use it in GitHub Desktop.
Save nmcv/5492648 to your computer and use it in GitHub Desktop.
Little Snitch 3 trial reset
#!/bin/bash
kill -9 `ps auxc | grep "Little Snitch Daemon" | awk '{print $2}'`;
echo "Killed Little Snitch Daemon" > /tmp/snitchkiller.log;
date >> /tmp/snitchkiller.log;
@joshbabier
Copy link

I would recommend:

  • Adding sudo to the start of line 3.
  • Moving snitchkiller.sh to somewhere on your path, say, /user/local/bin/snitchkiller

That way you could just type, snitchkiller on the command line.

@diego898
Copy link

Hello - does this still reset a little snitch trial in 2017?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment