From db43b283d3a8180a8496f7cc309ddaffc74deee4 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 27 Feb 2016 22:41:57 +0200 Subject: [PATCH] added tools --- tools/open with IntelliJ IDEA | 6 ++++++ tools/open with git-cola | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100755 tools/open with IntelliJ IDEA create mode 100755 tools/open with git-cola diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA new file mode 100755 index 0000000..1f82875 --- /dev/null +++ b/tools/open with IntelliJ IDEA @@ -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 index 0000000..8655908 --- /dev/null +++ b/tools/open with git-cola @@ -0,0 +1,7 @@ +#!/bin/bash + +cd "${0%/*}" + +cd .. + +cola -- 2.20.1