IQ.Pilot Release Commit @ bec7652
This commit is contained in:
10
artifacts/package_sources/tinygrad/spec/render.sh
Executable file
10
artifacts/package_sources/tinygrad/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