mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
RUPS is a GUI application that allows you to look inside a PDF. Grab maintainership. Approved by: maintainer (stefan)
2 lines
55 B
Bash
2 lines
55 B
Bash
#!/bin/sh
|
|
java -cp `classpath` com.lowagie.rups.Rups &
|