#!/bin/sh

WHEREAMI=`dirname "$0"`
echo "$WHEREAMI/i64.sh"
open -a /Applications/Utilities/Terminal.app "$WHEREAMI/i64.sh"
