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