On 2008-Sep-15, at 12:29 PM, Rob McBroom wrote:
if ( `ps -xc | grep -c TextMate` >= 1 ) then osascript -e 'tell application "TextMate" to reload bundles' endif
I should mention that my script was written for `tcsh`, so this syntax will probably have to be modified to work in other shells.