dots-of-war/eggs/scripts/autocompile/plantuml.sh
2024-12-16 18:19:49 +01:00

12 lines
210 B
Bash
Executable file

#!/bin/bash
pngfile="${1//.plantuml/.png}"
function finish {
rm "$pngfile"
}
trap finish EXIT
plantuml -tpng "$1"
feh --auto-zoom --auto-reload --fullscreen "$pngfile" &
echo "$1" | entr plantuml -tpng /_