aboutsummaryrefslogtreecommitdiffstats
path: root/clean.sh
blob: 53cca6c2c2feceabb024d4fe188b37a0f6c979fa (plain)
1
2
3
4
5
6
#!/bin/sh

rm -fr build
rm -fr dist
rm -fr librevideoconverter.egg-info
find . -name "*.pyc" -type f -delete