mdserver-web/del_pyc.sh

6 lines
73 B
Bash
Executable File

#!/bin/sh
rm -rf ./*.pyc
rm -rf ./*/*.pyc
#open "http://127.0.0.1:7200"