summaryrefslogtreecommitdiffstats
path: root/src/hci/shell.c
Commit message (Expand)AuthorAgeFilesLines
* Only need printf(), so use vsprintf.h instead of console.hMichael Brown2006-12-201-1/+1
* Add "exit --help" to preempt the pedants.Michael Brown2006-12-201-2/+9
* Minimal shell implementation using readline() and system().Michael Brown2006-12-201-0/+86