mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-jar "%%DATADIR%%/CBViewer.jar" "${@}"
|