forked from Lainports/opnsense-ports
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
|
|
export PHPSTORM_JDK=${PHPSTORM_JDK:-"%%JAVA_HOME%%"}
|
|
export SHELL="/bin/sh"
|
|
|
|
exec "%%DATADIR%%/bin/phpstorm.sh" "$@"
|