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