#!/bin/bash

set -x

cp -p $1 $1.tmp
ls -l *.tmp
scp -p wbarrett@shrike:/data/workspace/wbCips05Jun2019/sds/common/scripts/$1 .
diff -w $1 $1.tmp

