Skip to content

Instantly share code, notes, and snippets.

View ohadschn's full-sized avatar
🎯
SOGTFO

Ohad Schneider ohadschn

🎯
SOGTFO
View GitHub Profile
#!/bin/sh -x
#This script removes Mono from an OS X System. It must be run as root
rm -r /Library/Frameworks/Mono.framework
rm -r /Library/Receipts/MonoFramework-*
for dir in /usr/bin /usr/share/man/man1 /usr/share/man/man3 /usr/share/man/man5; do
(cd ${dir};