#!/bin/bash source ./common.sh nohup sh real_start_instance.sh $1 $2 >> ${PROJECT_NAME}$2_$1.out 2>&1 &