Changeset 2538


Ignore:
Timestamp:
10/26/09 14:12:43 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/OS/issmssh.m

    r2279 r2538  
    11function issmssh(host,command)
    2 %ISSMSSH wrapper for OS independent ssh command.
     2%ISSMSSH - wrapper for OS independent ssh command.
    33%
    4 %   usage: issmssh(host,command)
    5 %
    6 %
     4%   usage:
     5%      issmssh(host,command)
    76
    87%first get hostname
    98hostname=oshostname();
    10 
    119
    1210%if same as host, just run the command.
Note: See TracChangeset for help on using the changeset viewer.