5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd "`dirname "$0"`"/..
|
||
|
rm -rf ./build/ ./*.egg-info/ ./dist/ ./__pycache__/ ./*/__pycache__/
|