start and resize mac terminal windows
i work mostly on the command line and generally like to use two terminal windows splitting the screen as large as i can get them.
it can be somewhat tedious resizing and repositioning the windows all of the time so i figured out how to do it in applescript:
tell application “Terminal”
do script “”
[...]