Remove run.local

This commit is contained in:
Oliver Davies 2024-08-10 02:47:26 +01:00
parent e526a47389
commit 61828669fd

View file

@ -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