her.esy.fun/engine/serve.sh

8 lines
177 B
Bash
Raw Permalink Normal View History

2019-07-04 06:38:15 +00:00
#!/usr/bin/env bash
2020-02-09 11:57:46 +00:00
2020-02-10 08:42:17 +00:00
cd "$(git rev-parse --show-toplevel)" || exit 1
2020-02-16 15:56:19 +00:00
2021-09-20 12:09:52 +00:00
webdir="_site"
echo "Serving: $webdir on http://localhost:3077" && \
lighttpd -f ./engine/lighttpd.conf -D