Revision: 3157
Updated Code
at June 10, 2007 21:32 by dbug13
Updated Code
set strData to do shell script "ping -c 3 google.com" tell app "Quicksilver" show large type strData end tell
Revision: 3156
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 10, 2007 21:29 by dbug13
Initial Code
Initial URL
Initial Description
I use this to test if my internet connection is up, I run it from quicksilver, it's much faster for me than opening up a terminal.
Initial Title
Ping Google and display result in quicksilver
Initial Tags
textmate, osx
Initial Language
AppleScript