From fbcb343017c79fa4911e565853e5419166195868 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 10:46:13 +0300 Subject: [PATCH] IntelliJ cannot start from invisible Bash script for some reason. --- tools/open with IntelliJ IDEA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..b8baee2 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,6 @@ #!/bin/bash -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. idea . -- 2.20.1