#!/bin/sh
ping -c 1 ${OLPC_RADIO_TESTING_PING_TARGET} | \
  awk '/rtt min/ {print $4}' | \
  cut -f1 -d/
