#! /bin/sh
#
# jpdftweak - combine, split, rotate, reorder, watermark, encrypt,
# sign and otherwise manipulate PDF files
# Copyright (C) 2025  Paulina Laura Emilia
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.
#
exec java -jar "$(dirname -- "$0")/../share/jpdftweak/jpdftweak.jar" "$@"
