1#!/bin/sh
2
3# install this script in /var/root/ to use with the xcode project.
4
5cp -R $1 /tmp
6kextunload -v /tmp/tlsnke.kext/
7kextload -v /tmp/tlsnke.kext/
8
9