Fix window resize on Mac and Windows
This commit is contained in:
parent
dbf89a1a33
commit
a01864b928
3 changed files with 14 additions and 3 deletions
10
cp_windows.sh
Executable file
10
cp_windows.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#! /bin/sh
|
||||
|
||||
# copy a file to Windows machine for testing
|
||||
|
||||
ftp xp << EOT
|
||||
pass
|
||||
bin
|
||||
put $1
|
||||
EOT
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue