#!/bin/bash -x HOST=$1 scp -o ControlMaster=auto -o ControlPersist=30 ~/.vimrc $HOST:~/.vimrc ssh -o ControlMaster=auto -o ControlPersist=30 $HOST