#! /bin/bash set -e # Require an output path and a URL if [ $# != 2 ]; then echo "Usage: $(basename $0) " exit 1 fi age -p <(curl -sSL "$2") > "$1"