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