Lessee, this:
1. Creates an alias named "vi", so that next time the user runs the text editor vi, it will run this script instead.
2. Deletes whatever files the user was planning to edit in vi.
3. Removes this "vi" alias, reverting the behavior to just running vi in the future.
4. Removes every line from the .cshrc which contains the string "BoZo".
If you put this in someone's .cshrc file, the next file they attempted to edit with vi would be deleted along with the evidence that anything malicious had been done to you.