summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-09-12 17:47:26 +0000
committerPeter Palfrader <peter@palfrader.org>2002-09-12 17:47:26 +0000
commitf845d37bd60d6ba79f983be29d4fb488b224a386 (patch)
tree7c4754902b9c9f7073f66ee3d0fde12ffd240c02 /README
parent76208645376520df36e155b56e515594f7f7a6d6 (diff)
Explitily mention shell voodoo for everybody who cannot come up with it themselves
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 264256d..bc5682b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.33 2002/09/12 17:04:38 weasel Exp $
+$Id: README,v 1.34 2002/09/12 17:47:26 weasel Exp $
#####################################################################
## R E A D M E F O R E C H O L O T ###########################
#####################################################################
@@ -184,6 +184,11 @@ o In the first terminal window, type:
o In the second terminal window, type:
$ ./pingd add <address1> <address2> <address3> ...
+ You can also use the following shell magic to add all addresses from
+ an existing rlist.txt or mlist.txt:
+ $ grep \$remailer rlist.txt | cut -f 2 -d \< | cut -f 1 -d \> |
+ xargs ./pingd add
+
Monitor the first terminal in which you started pingd. You should see
mention of email addresses being added.