summary refs log tree commit diff
path: root/bin/ish.c (follow)
Commit message (Collapse)AuthorAge
* Remove ishJune McEnroe2017-10-26
| | | | I think I've lost the ability to code...
* Include sys/wait.h in ishJune McEnroe2017-10-16
| | | | | | Annoying when these things somehow get included through other means without your knowing. FreeBSD seems to have much better separation between header files than Darwin.
* Handle blank lines in ishJune McEnroe2017-10-13
|
* Handle child signals in ishJune McEnroe2017-10-13
|
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
Following <https://github.com/tokenrove/build-your-own-shell>.