S2OJ/docker/up

11 lines
167 B
Plaintext
Raw Normal View History

2016-07-18 16:39:37 +00:00
#!/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