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