Files
qt-creator/bin/runInTerminal.command

8 lines
144 B
Plaintext
Raw Normal View History

2008-12-02 12:01:29 +01:00
#!/bin/bash
osascript >/dev/null 2>&1 <<EOF
tell application "Terminal"
activate
do script with command "$@; exit"
end tell
EOF