mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/sh
|
|
|
|
export JAVA_VERSION=17+
|
|
exec "%%DATADIR%%/bin/idea.sh" "$@"
|