IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:26:31 PM (19 years ago)
Author:
eugene
Message:

added module system; added panstarrs user features; panstarrs threaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/init.c

    r10846 r11084  
    2020int macro           PROTO((int, char **));
    2121int memory          PROTO((int, char **));
     22int module          PROTO((int, char **));
    2223int output          PROTO((int, char **));
    2324int pwd             PROTO((int, char **));
     
    5960  {"macro",         macro,              "deal with the macros *"},
    6061  {"memory",        memory,             "long listing of the allocated memory"},
     62  {"module",        module,             "load script file from the modules directories"},
    6163  {"output",        output,             "redirect output to file"},
    6264  {"pwd",           pwd,                "print current working directory"},
Note: See TracChangeset for help on using the changeset viewer.