Parameterise the Web vs. Gemini option
1 files changed, 1 insertions(+), 1 deletions(-) M run-dev-server.sh
M run-dev-server.sh => run-dev-server.sh +1 -1
@@ 33,7 33,7 @@ halp_pid="" trap cleanup EXIT while true; do - perl ./halp.pl --config-filename ./dev-config/halp-config.pl --web & + perl ./halp.pl --config-filename ./dev-config/halp-config.pl "$1" & halp_pid=$! if [ -z "$halp_pid" ]; then echo "failed to start halp" >&2