objects/scripts/build.sh

6 lines
84 B
Bash
Raw Normal View History

2022-08-03 16:40:50 -04:00
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
pandoc -o www/index.html README.md