S2OJ/docker/up

11 lines
167 B
Plaintext
Raw Normal View History

2016-11-17 02:08:31 +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