summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_script.c
Commit message (Expand)AuthorAgeFilesLines
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-1/+3
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-0/+17
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-8/+28
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-0/+195