intellij-idea-community/intellij-idea-community_14.1.1/intellij-idea-community.sh

4 lines
88 B
Bash
Raw Normal View History

2015-03-07 19:49:53 +01:00
#!/bin/sh
export IDEA_JDK=$JAVA_HOME
exec /opt/intellij-idea-community/bin/idea.sh "$@"