From 3047857d377b615547392605aa2b7c5d0fca57d0 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 10:45:19 +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