Use Build Configs for configuration files
This commit is contained in:
parent
568451806e
commit
4c1c13e0e5
11 changed files with 237 additions and 84 deletions
11
run.local
Executable file
11
run.local
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function start {
|
||||
php -S 0.0.0.0:9000 -t web
|
||||
}
|
||||
|
||||
function test {
|
||||
phpunit --colors=always "${@}"
|
||||
}
|
||||
|
||||
# vim: ft=bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue