#!/bin/sh
scp -p $1 user@mycomputer.net:scratch/ 
exit
