#!/usr/bin/env bash
# rups -- launch iText-RUPS PDF inspector
v=5.5.9
exec java -jar ~/.local/lib/itext-rups-$v-jar-with-dependencies.jar "$@"
