/ Published in: AppleScript
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
set strData to do shell script "ping -c 3 google.com" tell app "Quicksilver" show large type strData end tell