a70e0a5 ^
1 2 3 4 5 6
#!/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