4 lines
88 B
Text
4 lines
88 B
Text
|
#!/bin/sh
|
||
|
export IDEA_JDK=$JAVA_HOME
|
||
|
exec /opt/intellij-idea-community/bin/idea.sh "$@"
|