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 probably the only person who might make use of this.

For more fun you can set miniaturized of front window to true.

Related posts:

  1. Squib update in progress Matt’s hard at work getting the latest updates to Squib...
  2. SQLite and Squib Thanks to Matt, and my persistence, Squib now works and...
  3. Fixing Squib It’s been a productive evening. Matt and I have been...
  4. Updates to Squib Matt’s got some updates to Squib, yeah!...

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.