diff --git a/del_pyc.sh b/del_pyc.sh new file mode 100755 index 000000000..c981ff08e --- /dev/null +++ b/del_pyc.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +rm -rf ./*.pyc +rm -rf ./*/*.pyc + +#open "http://127.0.0.1:7200" \ No newline at end of file