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