How to install:
1. Go to TextEdit
2. Press Shift+Command (Apple)+T
3. Paste this code:
Code:
#!/bin/sh
cd ~/Library/MarbleBlast/
for i in $(find . -type f \( -iname *.cs.dso \))
do
file=${i}
if [ -e $file ]
then
    echo Trashing ${file}
rm $file
fi
done
for i in $(find . -type f \( -iname *.gui.dso \))
do
file=${i}
if [ -e $file ]
then
    echo Trashing ${file}
    rm $file
fi
done
Save as DeleteDSOs.command, in the <username>/Library/MarbleBlast directory. Open whenever you want to delete all the DSO files from your MB folder in your Library folder.
If this eats your computer, get on your friend's computer and tell me
HiGuy
This signature is real code