From 61828669fd3e5303f2496f11d98b4e6ef87f8e64 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 10 Aug 2024 02:47:26 +0100 Subject: [PATCH] Remove run.local --- run.local | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 run.local diff --git a/run.local b/run.local deleted file mode 100755 index d9a6948..0000000 --- a/run.local +++ /dev/null @@ -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