X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=blobdiff_plain;f=tools%2Fopen%20with%20IntelliJ%20IDEA;fp=tools%2Fopen%20with%20IntelliJ%20IDEA;h=de9bae5d4c78806015bc9ea8c9df2117dee32022;hp=1f82875d4ba6c3df86bbdac961b83eb2ed600586;hb=ab856658a3eaa2490cb0b8b86b4d4cc4343beb45;hpb=9050e7ea1fca25819db65fbef0ace48506362222 diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..de9bae5 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,18 @@ #!/bin/bash -cd "${0%/*}" +# +# 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 +# + IntelliJ is installed and commandline launcher "idea" is enabled. +# +cd "${0%/*}" cd .. -idea . + +setsid idea . &>/dev/null