3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
export IDEA_JDK=$JAVA_HOME
|
|
exec /opt/intellij-idea-ultimate/bin/idea.sh "$@"
|