linux run脚本

This commit is contained in:
NewFuture
2016-11-07 12:03:31 +08:00
parent 8005970293
commit 542780e309
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )";
"$RUN_DIR/run.py" >> "$RUN_DIR/run.log"
"$RUN_DIR/run.py" -c "$RUN_DIR/config.json" >> "$RUN_DIR/run.log"