Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayer committed Sep 16, 2015
1 parent 90c345d commit 9d37ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenTerminalHere.applescript
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tell application "Finder" to set p to POSIX path of (target of window 1 as alias)
do shell script "open -a Terminal '" & p & "'"
tell application "Finder" to set p to quoted form of POSIX path of (target of window 1 as alias)
do shell script "open -a Terminal " & p

0 comments on commit 9d37ad1

Please sign in to comment.