S2OJ/docker/up
2017-04-07 11:15:39 +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