#!/bin/bash rm -f `find . -name '*.pyc'` rm -rf lib dist rm -f CapSpot.run rm -f `find . -name '*~'` rm -f log/capspot.log rm -f run/capspot.pid