Fix window resize on Mac and Windows

This commit is contained in:
PaulStoffregen 2016-03-16 01:30:33 -07:00
commit a01864b928
3 changed files with 14 additions and 3 deletions

10
cp_windows.sh Executable file
View file

@ -0,0 +1,10 @@
#! /bin/sh
# copy a file to Windows machine for testing
ftp xp << EOT
pass
bin
put $1
EOT