4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
find . -name "*.tex" -o -name "*.png" | entr latexrun folien.tex
|