dotfiles/.bin/OLD/pdf

8 lines
72 B
Bash
Executable File

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