her.esy.fun/engine/serve.sh
Yann Esposito (Yogsototh) d6223ad3d4
minor css fix
2020-06-20 19:52:08 +02:00

14 lines
203 B
Bash
Executable file

#!/usr/bin/env bash
cd "$(git rev-parse --show-toplevel)" || exit 1
if (( $# == 0 )); then
webdir="_site"
else
webdir="$1"
fi
cd $webdir && \
echo "Serving: $webdir" && \
sws -d --port 3000 .