X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=tools%2Fopen%20with%20IntelliJ%20IDEA;fp=tools%2Fopen%20with%20IntelliJ%20IDEA;h=de9bae5d4c78806015bc9ea8c9df2117dee32022;hb=29fac4b9078e97c5bc8914d93140b82560fe1157;hp=3d2d3794fee24c3369b03e9dac2ef0bdcbe96fcc;hpb=68817b5b5525ae266a950630e5461cb2d9d330b0;p=meviz.git diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 3d2d379..de9bae5 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -8,12 +8,11 @@ # # Script assumes: # -# + GNU operating system -# + GNOME desktop environment +# + GNU operating system # + IntelliJ is installed and commandline launcher "idea" is enabled. # -cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; - +cd "${0%/*}" cd .. -idea . + +setsid idea . &>/dev/null