Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created March 31, 2013 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/5279742 to your computer and use it in GitHub Desktop.
Save shigemk2/5279742 to your computer and use it in GitHub Desktop.
オレ専用pingを作成してみた
#!/bin/sh
# This script shows only url and round-trip time
echo 'hatena.ne.jp'
ping -c 4 hatena.ne.jp | awk '{ print $7,$8 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment