From bd59d61a980e2136348c7383307c4988540400b5 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 14 Aug 2010 12:13:15 +0300 Subject: [PATCH] ControlScripts/client/hrk: add sample run comment in parse_hrk.sh --- ControlScripts/clients/hrk/parse_hrk.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ControlScripts/clients/hrk/parse_hrk.sh b/ControlScripts/clients/hrk/parse_hrk.sh index 3ea99e8..cc24388 100755 --- a/ControlScripts/clients/hrk/parse_hrk.sh +++ b/ControlScripts/clients/hrk/parse_hrk.sh @@ -1,12 +1,15 @@ #!/bin/bash # -# 2010 Razvan Deaconescu, razvan.deaconescu@cs.pub.ro +# 2010, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro # # Bash script used to parse the log file generated by a hrk client # # Script arguments: # * a folder where the log and data files are stored # * the name of a log file in that folder +# +# Sample run: +# ./parse_hrk.sh ../../../Results/samples/ p2p-next-01-101.log if [ ! $# -eq 2 ]; then echo "usage: $0 log-folder log-file" -- 2.20.1