django-fobi/scripts/uninstall.sh
2015-02-10 14:02:18 +01:00

9 lines
No EOL
171 B
Bash
Executable file

pip uninstall django-fobi -y
#cd ..
rm build -rf
rm dist -rf
rm src/django_fobi.egg-info -rf
rm src/django-fobi.egg-info -rf
rm builddocs.zip
rm builddocs/ -rf
#cd scripts