MotionCal/cp_windows.sh

10 lines
93 B
Bash
Raw Permalink Normal View History

2016-03-16 01:30:33 -07:00
#! /bin/sh
# copy a file to Windows machine for testing
ftp xp << EOT
pass
bin
put $1
EOT