blob: 02e92beb584ed0613554f70e162316ad4b801da5 [file] [log] [blame]
#! /bin/bash
INTERFACE=$1
tcpdump -n -e -i $INTERFACE -c 10 &
curl http://xosproject.org/ &> /dev/null &
sleep 10s