5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/sh
|
|
[[ "$IDEA_JDK" == "" ]] && IDEA_JDK=$JAVA_HOME
|
|
export IDEA_JDK
|
|
exec /usr/share/intellij-idea-ultimate-edition/bin/idea.sh "$@"
|