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