Adds compile and run scripts
This commit is contained in:
parent
fac54dbee2
commit
bd6da23aeb
2 changed files with 4 additions and 0 deletions
2
compile.sh
Normal file
2
compile.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
typst compile lebenslauf_dennis-schoepf.typ lebenslauf_dennis-schoepf.pdf
|
||||
2
run.sh
Normal file
2
run.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
tinymist preview ./lebenslauf_dennis-schoepf.typ --partial-rendering
|
||||
Loading…
Add table
Add a link
Reference in a new issue