Go to file
Timothy Sample 0c0227d523 Add support for file descriptors 3 to 9
* geesh/shell.scm (*fd-count*) Increase to 10.
(current-3-port, current-4-port, current-5-port, current-6-port,
current-7-port, current-8-port, current-9-port): New variables.
(fd->current-port): Handle file descriptors 3 to 9.
2018-12-05 16:08:09 -05:00
build-aux Add a CI script for GitLab 2018-11-28 21:55:22 -05:00
doc Rename '<sh-pipe>' to '<sh-pipeline>' 2018-07-19 01:19:00 -04:00
geesh Add support for file descriptors 3 to 9 2018-12-05 16:08:09 -05:00
scripts Initial commit 2018-01-31 14:52:05 -05:00
tests Preserve input and error ports in substitutions 2018-12-05 16:08:09 -05:00
tools Initial commit 2018-01-31 14:52:05 -05:00
.dir-locals.el Add 'arguments' field to environment 2018-12-03 20:19:22 -05:00
.gitignore Add Oil shell specification tests 2018-12-05 16:06:14 -05:00
COPYING Initial commit 2018-01-31 14:52:05 -05:00
Makefile.am Add Oil shell specification tests 2018-12-05 16:06:14 -05:00
README Initial commit 2018-01-31 14:52:05 -05:00
bootstrap Initial commit 2018-01-31 14:52:05 -05:00
configure.ac Add Oil shell specification tests 2018-12-05 16:06:14 -05:00
guix.scm Initial commit 2018-01-31 14:52:05 -05:00
pre-inst-env.in Initial commit 2018-01-31 14:52:05 -05:00

README

Geesh is a shell interpreter written in Guile Scheme.