Annotation of imach/distributions/osx/imach, revision 1.1

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\""

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>