#!/bin/sh

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