6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p ./out
|
||
|
|
||
|
lualatex --output-directory=out calendar.tex
|