cleanup.sh revision 6498
1#!/bin/sh
2
3rm -f *~ *.pyc *.pyo *.dif *.out 
4
5