# #### Rasmussen Software, Inc. #### # This shell script works with the BASH shell # and AnzioWin ver. 11.0., rev. 12-31-96 # clear echo "Rasmussen Software, Inc. ZModem Receive for Bash" echo " Transfer File: $1 to host" echo -e "\034log c:\\\temp \035" echo -e "\034zsend -aq $1 \035" echo "Done."