#!/bin/sh opt_dry="" if [ "$1" = "-n" ]; then opt_dry="-n" shift fi if [ "$1" = "-h" ] || [ $# -ne 2 ]; then cat<