#!/bin/sh # Wrapper for "@ host -A". - Cameron Simpson 22apr2005 [ $# = 1 ] || { echo "Usage: $0 host[,host...]" >&2; exit 2; } exec @ "$1" -A