#!/bin/sh
if test -d bugs; then
    cd bugs
fi
egrep '^Subject: ' patch? patch?? | sed 's/^patch\(.*\):Subject/\1/'
