Skip to content

Instantly share code, notes, and snippets.

@masugadesign
Created August 25, 2010 18:01
Show Gist options
  • Save masugadesign/549985 to your computer and use it in GitHub Desktop.
Save masugadesign/549985 to your computer and use it in GitHub Desktop.
Relaunch Quicksilver if it's non-responsive
#!/bin/sh
killall Quicksilver
open /Applications/Quicksilver.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment