We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11c572 commit 841b1f4Copy full SHA for 841b1f4
1 file changed
bin/server.sh
@@ -0,0 +1,13 @@
1
+#!/bin/sh
2
+
3
+## Part of CodeIgniter Composer Installer
4
+##
5
+## @author Kenji Suzuki <https://github.com/kenjis>
6
+## @license MIT License
7
+## @copyright 2015 Kenji Suzuki
8
+## @link https://github.com/kenjis/codeigniter-composer-installer
9
10
+cd `dirname $0`
11
+cd ..
12
13
+php -S 127.0.0.1:8000 -t public/ bin/router.php
0 commit comments