arch-ppa/src/intellij-idea-ultimate-edition/intellijidea.sh

5 lines
137 B
Bash
Raw Normal View History

2016-11-05 02:18:08 -04:00
#!/bin/sh
[[ "$IDEA_JDK" == "" ]] && IDEA_JDK=$JAVA_HOME
export IDEA_JDK
exec /usr/share/intellij-idea-ultimate-edition/bin/idea.sh "$@"