From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 07:45:19 +0000 (+0300) Subject: IntelliJ cannot start from invisible Bash script for some reason. X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=imagesqueeze.git;a=commitdiff_plain;h=3047857d377b615547392605aa2b7c5d0fca57d0 IntelliJ cannot start from invisible Bash script for some reason. --- 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 .