This repository has been archived on 2026-05-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

9 lines
119 B
Bash

#!/bin/bash
cd "/work/$LATEXMK_CD_DIR"
if [ "$SKIP_ENTRY" = false ] ; then
latexmk -outdir=/build "$@"
else
bash
fi