3 lines
74 B
Bash
3 lines
74 B
Bash
#!/usr/bin/env bash
|
|
python -m compileall /var/judger/code
|
|
exec supervisord |
#!/usr/bin/env bash
|
|
python -m compileall /var/judger/code
|
|
exec supervisord |