setup.sh 130 B

12345
  1. #!/bin/bash
  2. export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost:8080"
  3. cd ./ext/curl/tests/responder
  4. php -S localhost:8080 &
  5. cd -