aboutsummaryrefslogtreecommitdiff
path: root/serve.sh
diff options
context:
space:
mode:
authorMaZderMind2016-06-20 22:41:47 +0200
committerMaZderMind2016-06-20 22:41:47 +0200
commit9b8e234c6c9ae545df3788c0603a5dd97ffc62b4 (patch)
tree448c21748ff9a9db0a2e71b04f1e1355c5447b09 /serve.sh
parent37554e5112397ee0f3565e3bcece2f4149ccd3df (diff)
support php internal webserver
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/serve.sh b/serve.sh
new file mode 100755
index 0000000..88881f4
--- /dev/null
+++ b/serve.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+php -S localhost:8000 -d short_open_tag=true index.php