ControlScripts/client/hrk: add sample run comment in parse_hrk.sh
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 14 Aug 2010 09:13:15 +0000 (12:13 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 14 Aug 2010 09:13:15 +0000 (12:13 +0300)
ControlScripts/clients/hrk/parse_hrk.sh

index 3ea99e8..cc24388 100755 (executable)
@@ -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"