script to ~build out a list of lists
[user/alex/software/my-snippets.git] / list-members
1 #!/bin/bash
2 # Alex Dehnert --- 2009-04-24
3 # Print list members of a list
4 # Takes a container mailing list on the commandline
5
6 cont=$1
7 cont=${cont:-ua-lists}
8
9 blanche $cont | grep ^LIST | sed -e "s/^LIST://"