Skip to content
Snippets Groups Projects
Commit b9069dcd authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fan ta dåliga env.

parent d7468ae6
No related branches found
No related tags found
No related merge requests found
Pipeline #587 failed
#!/bin/bash
env -C administrativt/kortlapp/ latexmk -pdf
env -C administrativt/medlemslapp/ latexmk -pdf
env -C infomöte latexmk -pdf single
env -C infomöte latexmk -pdf multi
env -C infomöte/presentation latexmk -pdf
env -C tilde latexmk -pdf
cd administrativt/kortlapp/ && latexmk -pdf
cd administrativt/medlemslapp/ && latexmk -pdf
cd infomöte && latexmk -pdf single
cd infomöte && latexmk -pdf multi
cd infomöte/presentation && latexmk -pdf
cd tilde && latexmk -pdf
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