Comment 6 for bug 505692

Revision history for this message
Mitsuhiro Koga (shiena-jp) wrote :

Hi, all
I also made a similar application program.
After starting Terminal by the following codes, this application program executes bzr exploer.

osascript 2>/dev/null <<EOF
tell application "Terminal"
activate
do script with command "clear; $bzr explorer; exit"
end tell
EOF

Because this application program is a shell script, it is possible to execute it also with Intel Mac and PPC Mac.
Moreover, because Terminal is seen, the password can be input.