Files
StarPilot/tinygrad_repo/spec/render.sh
T
firestar5683 d97100bd14 tiny my BUTT
2026-06-23 12:01:44 -05:00

11 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"