tinygrad/spec/render.sh
2026-05-07 18:52:49 -07:00

10 lines
196 B
Bash
Executable file

#!/bin/bash
set -e
if ! command -v tectonic &>/dev/null; then
echo "tectonic not found, installing..."
sudo pacman -S --noconfirm tectonic
fi
tectonic tinyspec.tex
echo "done: tinyspec.pdf"