Return to Snippet

Revision: 3157
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
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