license and description
authorNathan S. Evans <evans@in.tum.de>
Tue, 15 Mar 2011 11:05:00 +0000 (11:05 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 15 Mar 2011 11:05:00 +0000 (11:05 +0000)
contrib/peerStartHelper.pl

index c3994c32b4acfeada3388b7d6b21ef67e944d85a..e4f72e9d0be194243e5fd9e5ce9e70c7701d331b 100755 (executable)
@@ -1,3 +1,33 @@
+# 
+#  This file is part of GNUnet
+#  (C) 2008, 2009 Christian Grothoff (and other contributing authors)
+# 
+#  GNUnet is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published
+#  by the Free Software Foundation; either version 3, or (at your
+#  option) any later version.
+# 
+#  GNUnet is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  General Public License for more details.
+# 
+#  You should have received a copy of the GNU General Public License
+#  along with GNUnet; see the file COPYING.  If not, write to the
+#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+#  Boston, MA 02111-1307, USA.
+# 
+# 
+# 
+#  @file contrib/peerStartHelper.pl
+#  @brief Helper process for starting gnunet-testing peers.
+#  @author Nathan Evans
+#
+# Finds configuration files (or any files) of the format
+# /path/*/gnunet-testing-config* and runs gnunet-arm with
+# each as the given configuration.
+#
+# usage: peerStartHelper.pl /path/to/testing_dir/
 #!/usr/bin/perl
 use strict;