#!/usr/bin/env sh
ROOT=$(realpath ${0%/*}/../@norskvideo/norsk-studio)
node "$ROOT/lib/server/gen-docs.js" $@
