#!/bin/sh if test $# != 1; then echo "Usage: makeit " echo echo " is the machine we connect from" exit 1 fi sed -e "s/@FROM@/$1/"