python编译加密

python -c "import compileall;compileall.compile_dir('./hpcweb')"
rm -rf `find ./hpcweb -name \*.py`

原文地址:https://www.cnblogs.com/baoyiluo/p/3088606.html