IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2006, 9:22:35 AM (20 years ago)
Author:
eugene
Message:

working on the client/server interactions for pantasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/mana.c

    r5935 r7892  
    4444  return;
    4545}
     46
     47/* call to opihi shell */
     48int main (int argc, char **argv) {
     49  int status;
     50  status = opihi (argc, argv);
     51  exit (status);
     52}
Note: See TracChangeset for help on using the changeset viewer.