#!/bin/bash # # Save multiple URLs using the same tags. # # Dispatch while read url; do echo "Saving $url..." urlsave $url $* done