~mupdf -> xdg default app
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user