gash
POSIX-compatible shell written in Guile Scheme
Gash is a POSIX-compatible shell written in Guile Scheme. It provides both the shell interface, as well as a Guile library for parsing shell scripts. Gash is designed to bootstrap Bash as part of the Guix bootstrap process.
- Versions: 0.3.1
- Website: https://savannah.nongnu.org/projects/gash/
- Licenses: GPL 3+
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gash as follows:
guix install gash
Or install a particular version:
guix install gash@0.3.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of gash about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gash'><img src='https://packages.guix.gnu.org/packages/gash/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gash)
Example Org:
[[https://packages.guix.gnu.org/packages/gash][https://packages.guix.gnu.org/packages/gash/badges/latest-version.svg]]