backupmgr/clean.sh

10 lines
104 B
Bash
Raw Permalink Normal View History

2014-04-02 17:09:54 +00:00
#!/bin/sh
2014-10-25 03:07:46 +00:00
set -x
set -e
find . -name '*.pyc' -exec rm {} +
rm -rf build
rm -rf *.egg-info
rm -rf dist