bin/render-latex @ 269a03071afd

why did i wait to do this?
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 04:26:04 +0000
parents 153e4af91684
children (none)
#!/usr/bin/env bash

set -e

LATEX_FILE=$(ls *.latex)
LATEX_NAME=$(echo $LATEX_FILE | sed -e 's/\..*//')

echo $LATEX_FILE | peat "loltex $LATEX_NAME"