Ignore:
Timestamp:
07/10/11 17:55:23 (13 years ago)
Author:
tbretz
Message:
Added .! command to be able to execute shell commands.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ReadlineColor.h

    r10998 r11326  
    66namespace ReadlineColor
    77{
     8    bool ExecuteShellCommand(std::ostream &out, const std::string &cmd);
     9
    810    bool PrintBootMsg(std::ostream &out, const std::string &name, bool interactive=true);
    911    bool PrintAttributes(std::ostream &out);
Note: See TracChangeset for help on using the changeset viewer.