summaryrefslogtreecommitdiff
path: root/serve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/serve.sh b/serve.sh
deleted file mode 100755
index 007e036..0000000
--- a/serve.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-php -S localhost:8000 &
-[ -n "$1" ] && firefox "localhost:8000/$1" &
-wait