Remove list-members
authorAlex Dehnert <adehnert@mit.edu>
Sun, 18 Nov 2012 23:30:25 +0000 (18:30 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Sun, 18 Nov 2012 23:30:25 +0000 (18:30 -0500)
This is pretty much equivalent to blanche -l, plus I don't think I've used it
in ages.

list-members [deleted file]

diff --git a/list-members b/list-members
deleted file mode 100755 (executable)
index f5f6213..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-# Alex Dehnert --- 2009-04-24
-# Print list members of a list
-# Takes a container mailing list on the commandline
-
-cont=$1
-cont=${cont:-ua-lists}
-
-blanche $cont | grep ^LIST | sed -e "s/^LIST://"