mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/sh -f
|
|
|
|
DATADIR="%%DATADIR%%"
|
|
|
|
exec %%JAVA%% -jar "${DATADIR}/closure-compiler-v%%PORTVERSION%%.jar" $*
|