mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
3 lines
114 B
Bash
3 lines
114 B
Bash
#!/bin/sh
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/yuicompressor.jar "$@"
|