freebsd-ports/Tools/portbuild/scripts/upgrademach
1999-06-22 09:51:31 +00:00

14 lines
203 B
Bash
Executable file

#!/bin/sh
# usage: $0 machine
if [ $# != 1 ]; then
echo "usage: $0 machine"
exit 1
fi
unset DISPLAY
script=/a/asami/portbuild/scripts/doupgrademach
scp -q -p $script $1:$script
ssh -n $1 $script