cleanup.sh revision 4479:61d3ed46e373
1#!/bin/sh
2
3rm -f *~ *.pyc *.dif *.out 
4
5