start.sh 65 B

1234
  1. #!/bin/bash
  2. cd $(dirname $0)
  3. php -f main.php > /dev/null 2>&1 &