Remove run.local
This commit is contained in:
parent
e526a47389
commit
61828669fd
1 changed files with 0 additions and 11 deletions
11
run.local
11
run.local
|
@ -1,11 +0,0 @@
|
|||
#!/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