S2OJ/install/judge_client/up
MascoSkray c5ef73dc76
style: move install files to a renamed folder
The installation files are dirty when they are outside of the folder. It now looks not so mess.
And there is no need to place empty jdk files. 果断删除之。
2017-09-07 13:16:13 +08:00

8 lines
90 B
Bash

#!/bin/sh
service ntp start
su judger -c '~/judge_client/judge_client start'
exec bash