Changeset 2538
- Timestamp:
- 10/26/09 14:12:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/issmssh.m
r2279 r2538 1 1 function issmssh(host,command) 2 %ISSMSSH wrapper for OS independent ssh command.2 %ISSMSSH - wrapper for OS independent ssh command. 3 3 % 4 % usage: issmssh(host,command) 5 % 6 % 4 % usage: 5 % issmssh(host,command) 7 6 8 7 %first get hostname 9 8 hostname=oshostname(); 10 11 9 12 10 %if same as host, just run the command.
Note:
See TracChangeset
for help on using the changeset viewer.