Created
April 30, 2013 23:15
-
-
Save nmcv/5492648 to your computer and use it in GitHub Desktop.
Little Snitch 3 trial reset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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; |
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
I would recommend:
sudo
to the start of line 3./user/local/bin/snitchkiller
That way you could just type,
snitchkiller
on the command line.