#!/bin/bash # # ---------------------------------------------------------------- # # DESCRIPTION: # # A Script that opens the current folder in Finder # # (c) Ali Rantakari, 2007 # http://hasseg.org # fromopeninfinderscript.20.hasseg@spamgourmet.com # # ---------------------------------------------------------------- # # REQUIRES: # # - OS X 10.4 (Tiger) or later (older versions may work too ?) # # ---------------------------------------------------------------- # # USAGE: just run this in the terminal # # ---------------------------------------------------------------- # /usr/bin/osascript -e "tell application \"Finder\" to open POSIX file \"`pwd`\""