#!/bin/bash
if [ -e ~/.pnd.rc ]; then . ~/.pnd.rc; fi
: ${site:=http://pandoria.org/pnd}
wget -q "$site" -O- | perl -ne 'print "$1\n" while /href="(.*?)"/g' | grep '\.pnd$' | gr "$@"
