start.sh 88B

1234567
  1. #!/bin/sh
  2. nohup ./sws_xcx >>log.txt &
  3. echo "starting..."
  4. sleep 1
  5. echo "started"
  6. exit 0