Report abuse

#!/bin/sh
#
# Open a new terminal in the cwd
#

CWD=`pwd`
osascript<