Skip to content

Commit 841b1f4

Browse files
committed
Add script to run web server
1 parent b11c572 commit 841b1f4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

bin/server.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)