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