From b9c8a8740d101b471a2a9c170fe54da91378999e Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 20 Oct 2011 09:25:10 -0400 Subject: [PATCH] Different location for hosts file --- Bandwidth-Testing/ping_trace_all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Bandwidth-Testing/ping_trace_all.sh b/Bandwidth-Testing/ping_trace_all.sh index e8b4cd5..1e372c6 100755 --- a/Bandwidth-Testing/ping_trace_all.sh +++ b/Bandwidth-Testing/ping_trace_all.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Written by Denver Gingerich, downloaded from: +# Written by Denver Gingerich (ossguy), downloaded from: # wget http://ossguy.com/bandwidth/ping_trace_all.sh # Denver told me: # and I license it to you CC0 +# I made minor modifications to this, also licensed CC0 -- bkuhn@ebb.org -for host in `cat ../bin/hosts` +for host in `cat ../hosts` do echo tracepath $host... echo \$ tracepath $host > tracepath_$host