Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 're: how do I close the terminal window automatically?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
re: how do I close the terminal window automatically?
Authored by: kerbaugh on Nov 19, '02 01:15:22PM

Try the following, at least if the server prints the whole thing:

osascript<<END
tell application "Terminal"
close the front window
end tell
END



[ Reply to This | # ]