5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd bin
|
|
nohup ./roomserver -i $1 >> roomserver$1.out 2>&1 &
|