aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dumbsh.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-30Actually scroll the terminal when we get to the end of it.David Walter Seikel1-3/+8
2014-01-30Fix up dumbsh so it all works.David Walter Seikel1-39/+65
2014-01-30Added dumbsh, a really really dumb shell, for demonstration.David Walter Seikel1-0/+220
Yes, I know, it's still broken.