mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-22 22:14:43 +00:00
5 lines
No EOL
85 B
Bash
Executable file
5 lines
No EOL
85 B
Bash
Executable file
#cd ..
|
|
find . -name "*.pyc" -exec rm -rf {} \;
|
|
rm -rf build/
|
|
rm -rf dist/
|
|
#cd scripts |