And it send the zip file to specific location in my Mac computer using scp.
==========
#!/bin/sh
echo $1
zip -r $1 $1
scp $1.zip albertsk@stokes.eng.hawaii.edu:/Users/albertsk/Desktop/On-going/Presentations/APS-DFD/simulations/
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
No comments:
Post a Comment