citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

google-group-subscribe (189B)


      1 #!/usr/bin/env bash
      2 
      3 [ -z "$1" ] && printf "usage: $(basename $0) list-name\n" 1>&2 && exit 1
      4 
      5 sendmail -t <<EOF
      6 From: William Casarin <jb55@jb55.com>
      7 To: $1+subscribe@googlegroups.com
      8 EOF