S2OJ/docker/up
2018-09-20 17:21:40 +08:00

11 lines
167 B
Bash

#!/bin/sh
service ntp start
service apache2 start
service mysql start
svnserve -d -r /var/svn
su local_main_judger -c '~/judge_client/judge_client start'
exec bash