forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Prebuilt Release @ ab07000
This commit is contained in:
10
tinygrad_repo/spec/render.sh
Executable file
10
tinygrad_repo/spec/render.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user