From 6805e1b7c8dd9b3bb3efd7eec87c460fb4111432 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sat, 4 Feb 2023 07:21:00 +0100 Subject: [PATCH] presbuild: remove xdg-open, it's not that useful --- presbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/presbuild b/presbuild index 6f71cc4..cae48d7 100755 --- a/presbuild +++ b/presbuild @@ -8,4 +8,3 @@ fi outfile="${1%.md}.pdf" pandoc "$1" -t beamer -o "$outfile" -xdg-open "$outfile"