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