Ping Google and display result in quicksilver


/ Published in: AppleScript
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. set strData to do shell script "ping -c 3 google.com"
  2.  
  3. tell app "Quicksilver"
  4. show large type strData
  5. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.