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