Skip to content
Snippets Groups Projects
Commit ba623781 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

give autocompile ignore subtree option

parent 123b1017
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
[ -d ../config ] && git subtree -P config pull ../config master && git subtree -P config push ../config core
if [ -z $1 ]; then
git subtree -P config pull ../config master && \
git subtree -P config push ../config core
fi
pdflatex main.tex
pdflatex main.tex
makeindex main.idx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment