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