mirror of https://github.com/9001/r0c.git
7 lines
130 B
Bash
7 lines
130 B
Bash
|
[[ -e r0c/__main__.py ]] || cd ..
|
||
|
[[ -e r0c/__main__.py ]] || exit 1
|
||
|
|
||
|
find -iname \*.pyc -delete
|
||
|
find -iname __pycache__ -delete
|
||
|
|