postprefix
10/28/2014 - 9:05 AM

snitchkiller.sh

#!/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;