#!/bin/sh nohup ./sws_xcx >>log.txt & echo "starting..." sleep 1 echo "started" exit 0