X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=physical.git;a=blobdiff_plain;f=repository%20handling%20tools%2Fopen%20with%20IntelliJ%20IDEA;fp=repository%20handling%20tools%2Fopen%20with%20IntelliJ%20IDEA;h=de9bae5d4c78806015bc9ea8c9df2117dee32022;hp=0000000000000000000000000000000000000000;hb=64a9a1e7f550e06574b644bf35fa1b6dfdede4d8;hpb=0e8c97e43a9c88ff1250d8bde556ce4cbebd69a9 diff --git a/repository handling tools/open with IntelliJ IDEA b/repository handling tools/open with IntelliJ IDEA new file mode 100755 index 0000000..de9bae5 --- /dev/null +++ b/repository handling tools/open with IntelliJ IDEA @@ -0,0 +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 +# + IntelliJ is installed and commandline launcher "idea" is enabled. +# + +cd "${0%/*}" +cd .. + +setsid idea . &>/dev/null