X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=tools%2Fopen%20with%20IntelliJ%20IDEA;fp=tools%2Fopen%20with%20IntelliJ%20IDEA;h=0000000000000000000000000000000000000000;hb=64a9a1e7f550e06574b644bf35fa1b6dfdede4d8;hp=de9bae5d4c78806015bc9ea8c9df2117dee32022;hpb=0e8c97e43a9c88ff1250d8bde556ce4cbebd69a9;p=physical.git diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA deleted file mode 100755 index de9bae5..0000000 --- a/tools/open with IntelliJ IDEA +++ /dev/null @@ -1,18 +0,0 @@ -#!/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