dotfiles/.bin/OLD/pdf

8 lines
72 B
Plaintext
Raw Normal View History

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