Parcourir la source

Comment the script a bit more

Baptiste Jonglez il y a 10 ans
Parent
commit
956836a6d5
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      templates/run.sh

+ 6 - 1
templates/run.sh

@@ -1,6 +1,11 @@
 #!/bin/bash
 #
-# Run without argument for IPv4, and with any argument for IPv6..
+# Measurement script for the dn42 peer finder, see http://peerfinder.polynome.dn42
+# Dependencies: curl, sed, ping
+#
+# Run without argument for IPv4-only, and with an argument for IPv6-only, e.g.
+#
+#   ./script.sh ipv6
 
 # Put your UUID here, and keep it secret!
 UUID="{{ uuid|default('00000000-0000-0000-0000-000000000000') }}"