summaryrefslogtreecommitdiff
path: root/serve.sh
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-10-12 21:06:30 -0400
committer53hornet <atc@53hor.net>2021-10-12 21:06:30 -0400
commit7ecb8930235e6e7ab35cae08d257a4dbf406fa7b (patch)
tree166efa2da5b0dc88b13ac9bb39f7449d2f266947 /serve.sh
parent57a447473b78cb3134988f301490612087d14570 (diff)
download53hor-7ecb8930235e6e7ab35cae08d257a4dbf406fa7b.tar.xz
53hor-7ecb8930235e6e7ab35cae08d257a4dbf406fa7b.zip
add angelshark post, add tarpit draft
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/serve.sh b/serve.sh
index e7f2b4c..007e036 100755
--- a/serve.sh
+++ b/serve.sh
@@ -1,2 +1,4 @@
#!/bin/sh
-php -S localhost:8000
+php -S localhost:8000 &
+[ -n "$1" ] && firefox "localhost:8000/$1" &
+wait