3 lines
94 B
Bash
3 lines
94 B
Bash
./p.sh >> logs.txt 2>&1 &
|
|
./p.sh >> logs-thread2.txt 2>&1 &
|
|
./p.sh >> logs-thread3.txt 2>&1 &
|