msh-console/README.md

9 lines
582 B
Markdown
Raw Normal View History

# msh-console
Library that provides a bash-like interface for CLI C++ programs
### Credits
Code based on "Write a Shell in C" - by Stephen Brennan (http://brennan.io/2015/01/16/write-a-shell-in-c/)
2016-03-16 20:30:52 +00:00
The code has been slightly modified.
The code contains stringtoargcargv.cpp, a set of functions written by Bernhard Eder (http://web.archive.org/web/20121030075237/http://bbgen.net/blog/2011/06/string-to-argc-argv) for parsing a string into argc and argv.
2016-03-16 20:30:52 +00:00
### The library
The library can be compiled as shared library with the CMakeLists.txt file already in msh-console-library/.