2 # Alex Dehnert --- 2009-04-24
3 # Return only lists owned by first argument
8 hidden=$(athrun ops qy -s -f hidden glin $list)
9 if [[ "x$hidden" == "x" ]]; then
12 owner=$(athrun ops qy -s -f ace_name glin $list)
13 towner=$(athrun ops qy -s -f ace_type glin $list)
14 if [[ "$towner" == "LIST" ]]; then
15 if [[ "$owner" == "$wantowner" ]]; then