mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-10 13:11:13 -06:00
Add repl config
This commit is contained in:
11
compile.sh
Normal file
11
compile.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
cd book
|
||||
#ls
|
||||
#cat makefile
|
||||
#make -f makefile make_pdf
|
||||
pdflatex -halt-on-error book.tex
|
||||
biber
|
||||
pdflatex -halt-on-error book.tex
|
||||
Reference in New Issue
Block a user