28 июня 2013 г.

Runtime script

BEGIN=$(date +%s)
 
  ping g.com -t 20 > /dev/null 2>&1
 
END=$(date +%s)
 
DIFF=$(( $END - $BEGIN ))
 
  echo "$DIFF"