start.sh 81B

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