Go to file
prozessorkern 16365f341e changed heredoc support
now the input string is kept intact until the end of the input is reached
this enables the history buffer to store the complete command
Still broken:
history buffer with heredoc wont execute because the delimiter is not determined correctly
editing of multiline things
2019-07-30 23:55:12 +02:00
api changed heredoc support 2019-07-30 23:55:12 +02:00
example changed heredoc support 2019-07-30 23:55:12 +02:00
settings/doxygen added makefile to build an example, the documentation and the tests. Startet implementing Tests. 2019-06-25 23:37:13 +02:00
src changed heredoc support 2019-07-30 23:55:12 +02:00
test added some integration tests 2019-07-28 22:28:54 +02:00
.gitignore added makefile to build an example, the documentation and the tests. Startet implementing Tests. 2019-06-25 23:37:13 +02:00
LICENSE.md Finished first Version 2019-06-23 22:17:15 +02:00
README.md Initial commit 2019-06-10 17:04:24 +02:00
makefile added some integration tests 2019-07-28 22:28:54 +02:00

README.md

shellmatta

A tiny and flexible shell implementation to be used on embedded devices.