#!/bin/sh # Build assignment document for an assignment. # AssignmentName in $1 and typst(1) subcommand optionally in $2 (default c). typst ${2:-c} --root $PWD text/$1.typ docs/$1.pdf