presbuild: remove xdg-open, it's not that useful

This commit is contained in:
gutmet 2023-02-04 07:21:00 +01:00
parent be77c9f2bb
commit 6805e1b7c8

View File

@ -8,4 +8,3 @@ fi
outfile="${1%.md}.pdf"
pandoc "$1" -t beamer -o "$outfile"
xdg-open "$outfile"