her.esy.fun/src/posts/0022-org-agenda-on-your-startup-page/serve.sh
Yann Esposito (Yogsototh) 8536464fec
Org agenda on start page
2022-05-06 14:57:58 +02:00

7 lines
220 B
Bash

#! /user/bin/env nix-shell
#! nix-shell shell.nix -i bash
webdir="_site"
port="$(grep server.port ./lighttpd.conf|sed 's/[^0-9]*//')"
echo "Serving: $webdir on http://localhost:$port" && \
lighttpd -f ./lighttpd.conf -D