From 37faa5f97656ff3d1bcda45a47f4f6385866a9d8 Mon Sep 17 00:00:00 2001 From: Valentin Shinkarev Date: Fri, 8 May 2020 16:44:35 +0300 Subject: [PATCH] Adjusting readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4a26908..aa49652 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Sometimes it was launching fast, sometimes it was slower than launching Terminal using the path from Finder window. ``` -cd $(osascript -e ''' +cd "$(osascript -e ''' tell application "System Events" if (count of windows of process "Terminal") = 1 then try @@ -45,5 +45,5 @@ tell application "System Events" end try end if end tell -''') +''')" ```