├── LICENSE ├── README.md ├── host.lisp ├── inferior-shell.asd ├── macros.lisp ├── pkgdcl.lisp ├── process-spec.lisp ├── run.lisp ├── test.lisp └── utilities.lisp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/README.md -------------------------------------------------------------------------------- /host.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/host.lisp -------------------------------------------------------------------------------- /inferior-shell.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/inferior-shell.asd -------------------------------------------------------------------------------- /macros.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/macros.lisp -------------------------------------------------------------------------------- /pkgdcl.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/pkgdcl.lisp -------------------------------------------------------------------------------- /process-spec.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/process-spec.lisp -------------------------------------------------------------------------------- /run.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/run.lisp -------------------------------------------------------------------------------- /test.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/test.lisp -------------------------------------------------------------------------------- /utilities.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fare/inferior-shell/HEAD/utilities.lisp --------------------------------------------------------------------------------