Dr Fragen in the operating room

Run Squib

·

OK, I finally got lazy enough to write a quick AppleScript that starts up [Squib][]. It’s really simple enough. You might need to change it depending upon where you keep your `squib/trunk` folder, but after that you’ll be ready to go. Go copy the source below and save it in Script Editor as an application.
on run {}
tell application “Terminal”
run
do script “cd ~/Applications/squib/trunk/;script/squib”
end tell
end run
[Matt’s][1] probably the only person who might make use of this.
For more fun you can `set miniaturized of front window to true`.
[squib]: http://squib.rubyforge.org/
[1]: http://matt.blogs.it