Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/content/content-logos-quaternary.php" as a block pattern (invalid slug "powder/content-logos-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121

Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/content/content-social-numbers-quaternary..php" as a block pattern (invalid slug "powder/content-social-numbers-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121

Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/testimonials/testimonials-bold-quaternary.php" as a block pattern (invalid slug "powder/testimonials-bold-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121

Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/testimonials/testimonials-columns-quaternary..php" as a block pattern (invalid slug "powder/testimonials-columns-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121

Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/testimonials/testimonials-grid-quaternary..php" as a block pattern (invalid slug "powder/testimonials-grid-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121

Notice: Function get_block_patterns was called incorrectly. Could not register file "/sites/thefragens.com/files/wp-content/themes/powder/patterns/testimonials/testimonials-single-quaternary..php" as a block pattern (invalid slug "powder/testimonials-single-quaternary.") Please see Debugging in WordPress for more information. (This message was added in version 6.0.0.) in /sites/thefragens.com/files/wp-includes/functions.php on line 6121
Run Squib – Surgical Diversions
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