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