From 49644a462baa7f3e783d10e983fffa6529377f39 Mon Sep 17 00:00:00 2001 From: lsxwxs Date: Thu, 3 Sep 2015 21:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=A1=8C=E5=88=A4?= =?UTF-8?q?=E4=BD=93=E8=84=9A=E6=9C=AC[CI=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runJudge.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 runJudge.sh diff --git a/runJudge.sh b/runJudge.sh new file mode 100755 index 0000000..ba25da8 --- /dev/null +++ b/runJudge.sh @@ -0,0 +1 @@ +nohup celery -A judge.judger_controller worker -l DEBUG &