S2OJ/install/judge_client/up

8 lines
90 B
Plaintext
Raw Normal View History

2016-07-18 16:39:37 +00:00
#!/bin/sh
service ntp start
su judger -c '~/judge_client/judge_client start'
exec bash