objects/scripts/build.sh

6 lines
84 B
Bash
Executable File

#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
pandoc -o www/index.html README.md