S2OJ/install/judge_client/up

8 lines
90 B
Plaintext
Raw Normal View History

2016-11-17 02:08:31 +00:00
#!/bin/sh
service ntp start
su judger -c '~/judge_client/judge_client start'
exec bash