#!/bin/bash

if [ $# != 1 ]; then
    echo
    echo "Usage: push <filename>"
    echo "  where <filename> is a file to push."
    echo
    exit 1
fi

tar zcf - $1 | ssh "Ricahrd Jones"@137.99.79.197 "tar zxf - -C /cygdrive/c/Documents\ and\ Settings/Ricahrd\ Jones/Desktop/DSO-5200A\ USB/SDK/Labview"
