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