Changeset 1590
- Timestamp:
- 08/05/09 15:23:00 (16 years ago)
- Location:
- issm/trunk/src/m/utils/OS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/scpin.m
r1582 r1590 8 8 %first get hostname 9 9 hostname=oshostname(); 10 11 %first be sure packages are not in the current directory, this could conflict with pscp on windows. 12 for i=1:numel(packages), 13 delete(packages{i}); 14 end 10 15 11 16 %if hostname and host are the same, do a simple copy -
issm/trunk/src/m/utils/OS/scpout.m
r1582 r1590 35 35 end 36 36 end 37 error;38 37 39 38 else
Note:
See TracChangeset
for help on using the changeset viewer.