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=0000000000000000000000000000000000000000;hp=de9bae5d4c78806015bc9ea8c9df2117dee32022;hb=a00a9f1ade4ff6854863a0880982c8e21e8fde4a;hpb=389f04403a3f3b78f08fe9fd8a57acb4197acfc5 diff --git a/repository handling tools/open with IntelliJ IDEA b/repository handling tools/open with IntelliJ IDEA deleted file mode 100755 index de9bae5..0000000 --- a/repository handling 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