added tools
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 27 Feb 2016 20:41:57 +0000 (22:41 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 27 Feb 2016 20:41:57 +0000 (22:41 +0200)
tools/open with IntelliJ IDEA [new file with mode: 0755]
tools/open with git-cola [new file with mode: 0755]

diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA
new file mode 100755 (executable)
index 0000000..1f82875
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "${0%/*}"
+
+cd ..
+idea .
diff --git a/tools/open with git-cola b/tools/open with git-cola
new file mode 100755 (executable)
index 0000000..8655908
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd "${0%/*}"
+
+cd ..
+
+cola