Update start.sh
This commit is contained in:
parent
2f671e6f91
commit
497bfcd8e2
1 changed files with 3 additions and 1 deletions
4
start.sh
4
start.sh
|
@ -1 +1,3 @@
|
|||
./p.sh > logs.txt 2>&1 &
|
||||
./p.sh >> logs.txt 2>&1 &
|
||||
./p.sh >> logs-thread2.txt 2>&1 &
|
||||
./p.sh >> logs-thread3.txt 2>&1 &
|
||||
|
|
Loading…
Reference in a new issue