From 7a2ce1b832dd015139e0da56b3118cf301328480 Mon Sep 17 00:00:00 2001 From: "Chiang, Yi-Yo" Date: Wed, 23 Jul 2014 17:24:44 +0800 Subject: [PATCH] move start_script to gitignore --- .gitignore | 3 ++- start_script.sh | 2 +- start_script.sh.example | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 start_script.sh.example diff --git a/.gitignore b/.gitignore index 9d047e7..44e347f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ testzone/ bin/ build/ app/tioj_url.py -app/tioj_url.pyc \ No newline at end of file +app/tioj_url.pyc +./start_script.sh \ No newline at end of file diff --git a/start_script.sh b/start_script.sh index b4ac970..793c987 100755 --- a/start_script.sh +++ b/start_script.sh @@ -3,4 +3,4 @@ mkdir -p ./testdata mkdir -p ./testzone export PATH=$PATH:./app:./bin -miku --verbose --parallel 3 -b 10 +miku --verbose --parallel 4 -b 10 diff --git a/start_script.sh.example b/start_script.sh.example new file mode 100755 index 0000000..793c987 --- /dev/null +++ b/start_script.sh.example @@ -0,0 +1,6 @@ +#!/bin/bash + +mkdir -p ./testdata +mkdir -p ./testzone +export PATH=$PATH:./app:./bin +miku --verbose --parallel 4 -b 10