mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/usr/bin/env bash
|
|
find /code -name "*.pyc" -delete
|
|
python -m compileall /code
|
|
exec supervisord |