Return to imach CVS log | Up to [Local Repository] / imach / distributions / osx |
1.1 ! brouard 1: #!/bin/bash ! 2: ! 3: read -d '' EXECUTE <<DACODE ! 4: cd $(dirname "$0")/../Resources/bin ! 5: pwd ! 6: ./imach ! 7: DACODE ! 8: osascript -e "tell application \"Terminal\" to do script \"$EXECUTE\""