From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 07:54:51 +0000 (+0300) Subject: IntelliJ launcher script description. X-Git-Tag: meviz-1.2~18 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=meviz.git;a=commitdiff_plain;h=68817b5b5525ae266a950630e5461cb2d9d330b0 IntelliJ launcher script description. --- diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index b8baee2..3d2d379 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,5 +1,18 @@ #!/bin/bash +# +# This is a helper bash script that starts IntelliJ with the current project. +# Script is written is such a way that you can simply click on it in file +# navigator to run it. +# +# +# Script assumes: +# +# + GNU operating system +# + GNOME desktop environment +# + IntelliJ is installed and commandline launcher "idea" is enabled. +# + cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd ..