Add header comment to document script

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2025-10-30 15:43:51 +01:00 committed by GitHub
parent 9ca00d2119
commit 4dc44c1021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
#!/bin/bash
#
# Download the KaTeX fonts and CSS, and copy them into `static`.
set -e
root=$(git rev-parse --show-toplevel)