#!/bin/sh echo "url: $1" >&2 curl -L -s "$1" | pup 'link[title=RSS] attr{href}' | tee /dev/stderr