Added under desk hook. Created furniture category.
[physical.git] / repository handling tools / open with IntelliJ IDEA
diff --git a/repository handling tools/open with IntelliJ IDEA b/repository handling tools/open with IntelliJ IDEA
deleted file mode 100755 (executable)
index de9bae5..0000000
+++ /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