From 68817b5b5525ae266a950630e5461cb2d9d330b0 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 10:54:51 +0300 Subject: [PATCH] IntelliJ launcher script description. --- tools/open with IntelliJ IDEA | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 .. -- 2.20.1