From b7916d1e0f034908579533da3102085b00052470 Mon Sep 17 00:00:00 2001 From: Maxime Veber <nek.dev@gmail.com> Date: Sun, 5 Jan 2020 18:24:12 +0100 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef69423 --- /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 +``` -- GitLab