#!/bin/bash cd bin nohup ./roomserver -i $1 >> roomserver$1.out 2>&1 &