diff --git a/unfuckbootstrap b/unfuckbootstrap new file mode 100755 index 0000000..ba49328 --- /dev/null +++ b/unfuckbootstrap @@ -0,0 +1,4 @@ +#!/bin/sh + +launchctl list | grep UIKitApplication | awk '{print $3}' | xargs launchctl remove +