#!/bin/bash

# list-lists,
# lists all lists that have you as a member

athrun ops qy -s glom ruser $USER | awk -F , '{print $1}'
# Written by lizdenys originals in /mit/lizdenys/bin
