Summary: Imach shell for osx
#!/bin/bash read -d '' EXECUTE <<DACODE cd $(dirname "$0")/../Resources/bin pwd ./imach DACODE osascript -e "tell application \"Terminal\" to do script \"$EXECUTE\""