diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ef69423b2eebd5de3fb86369bce8e312a22293c5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Test +==== + + +```bash +$ php -S localhost:8001 -t server & +$ php -S localhost:8000 -t server & +$ php test2.php +```