]> git.saurik.com Git - apple/security.git/blob - tlsnke/loadkext.sh
Security-55471.14.4.tar.gz
[apple/security.git] / tlsnke / loadkext.sh
1 #!/bin/sh
2
3 # install this script in /var/root/ to use with the xcode project.
4
5 cp -R $1 /tmp
6 kextunload -v /tmp/tlsnke.kext/
7 kextload -v /tmp/tlsnke.kext/
8