Skip to content

Commit

Permalink
Adjusting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Shinkarev authored May 8, 2020
1 parent af75af6 commit 37faa5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,5 +45,5 @@ tell application "System Events"
end try
end if
end tell
''')
''')"
```

0 comments on commit 37faa5f

Please sign in to comment.