4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
nohup sh real_start_instance.sh 1 1 2>&1 &
|