1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/intellij-idea-ultimate-edition/intellijidea.sh
2016-11-05 02:18:08 -04:00

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 "$@"