dotfiles/.bin/OLD/pdf
2024-02-14 07:55:58 +01:00

8 lines
72 B
Bash
Executable File

#!/bin/sh -e
tmp=$(mktemp -d)
cd $tmp
wget "$1"
mupdf-gl *
rm -rf $tmp