MotionCal/cp_windows.sh
2016-03-16 01:30:33 -07:00

10 lines
93 B
Bash
Executable file

#! /bin/sh
# copy a file to Windows machine for testing
ftp xp << EOT
pass
bin
put $1
EOT