4 # This is a helper bash script that starts IntelliJ with the current project.
5 # Script is written is such a way that you can simply click on it in file
11 # + GNU operating system
12 # + GNOME desktop environment
13 # + IntelliJ is installed and commandline launcher "idea" is enabled.
16 cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;