7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./common.sh
|
|
|
|
nohup sh real_start_instance.sh $1 $2 >> ${PROJECT_NAME}$2_$1.out 2>&1 &
|
|
|