#!/bin/bash set -e CURRENT_DIR=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) cd $CURRENT_DIR ssh -t ${MACOS_TARGET} <