3 lines
77 B
Bash
Executable File
3 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
cd tool && cargo run && cd .. && latexmk -shell-escape -lualatex
|