├── .gashrc ├── LICENSE ├── README.md ├── conf ├── configure ├── gash-base-lib ├── gash-code.scm ├── history.scm ├── libgash.c └── reference.org /.gashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/.gashrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/README.md -------------------------------------------------------------------------------- /conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/conf -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/configure -------------------------------------------------------------------------------- /gash-base-lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/gash-base-lib -------------------------------------------------------------------------------- /gash-code.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/gash-code.scm -------------------------------------------------------------------------------- /history.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/history.scm -------------------------------------------------------------------------------- /libgash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/libgash.c -------------------------------------------------------------------------------- /reference.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/szos/gash/HEAD/reference.org --------------------------------------------------------------------------------