~mupdf -> xdg default app

This commit is contained in:
dx
2020-07-07 00:33:35 +01:00
parent 33bcac11ee
commit 14d6527303

View File

@@ -3,5 +3,5 @@
name="$(echo $1 | awk -F/ '{print $NF}')"
curl $1 -o /tmp/$name;
mupdf /tmp/$name;
xdg-open /tmp/$name;
rm /tmp/$name;