#!/bin/sh
$INSTDIR=$1
cd ..
tar xzvf $INSTDIR/Applications/mcstas-*gz
cd mcstas-*
./MacInstall.command


