mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-31 13:37:54 -05:00
14 lines
316 B
Bash
Executable File
14 lines
316 B
Bash
Executable File
#!/bin/sh
|
|
|
|
## Part of CodeIgniter Composer Installer
|
|
##
|
|
## @author Kenji Suzuki <https://github.com/kenjis>
|
|
## @license MIT License
|
|
## @copyright 2015 Kenji Suzuki
|
|
## @link https://github.com/kenjis/codeigniter-composer-installer
|
|
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
php -S 127.0.0.1:8000 -t public/ bin/router.php
|