Skip to content

Commit

Permalink
move start_script to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
silverneko committed Jul 23, 2014
1 parent a999796 commit 7a2ce1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@ testzone/
bin/
build/
app/tioj_url.py
app/tioj_url.pyc
app/tioj_url.pyc
./start_script.sh
2 changes: 1 addition & 1 deletion start_script.sh
Expand Up @@ -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
6 changes: 6 additions & 0 deletions 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

0 comments on commit 7a2ce1b

Please sign in to comment.