Changeset 2101
- Timestamp:
- 09/03/09 07:15:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/scpin.m
r1599 r2101 58 58 string=[string packages{end} '\}']; 59 59 60 [status,result]=system(['scp ' host ':' path '/' s ring ' ./']);60 [status,result]=system(['scp ' host ':' path '/' string ' ./']); 61 61 if status, 62 62 error('scpin error message: could not call scp on *nix system');
Note:
See TracChangeset
for help on using the changeset viewer.