IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2010, 12:45:59 PM (16 years ago)
Author:
eugene
Message:

add shell-verbosity (echo commmand lines) and function to enable; add fflush calls to gprint

File:
1 edited

Legend:

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

    r26891 r27255  
    2626int module          PROTO((int, char **));
    2727int nop             PROTO((int, char **));
     28int opihi_setmode   PROTO((int, char **));
    2829int output          PROTO((int, char **));
    2930int pwd             PROTO((int, char **));
     
    7475  {1, "module",        module,             "load script file from the modules directories"},
    7576  {1, "nop",           nop,                "a NOP function"},
     77  {1, "opihi",         opihi_setmode,      "get / set opihi behavior options"},
    7678  {1, "output",        output,             "redirect output to file"},
    7779  {1, "pwd",           pwd,                "print current working directory"},
Note: See TracChangeset for help on using the changeset viewer.