#!/bin/sh
GET https://alioth.debian.org/users/pabs/ | sed -n 's_.*/projects/\([^/]*\)/.*_\1_p' | sort -u | grep -v ^debian$
