landing-page/preproc/buildpage.sh

5 lines
79 B
Bash
Executable file

#!/bin/sh
OUT="www/${1##src/}"
awk -Pf preproc/interp.awk "$1" | sh > "$OUT"