diff options
Diffstat (limited to 'start-php')
| -rwxr-xr-x | start-php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/start-php b/start-php new file mode 100755 index 0000000..93e5906 --- /dev/null +++ b/start-php @@ -0,0 +1,3 @@ +#!/bin/sh +cd public/php/ +php -S 0.0.0.0:8001 |
