scallop 0.0.30

Wrapper library for bash
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![ci](https://github.com/pkgcraft/bash/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/pkgcraft/bash/actions/workflows/test.yml)

# bash

Forked version of bash supporting shell interactions (e.g. writing builtins or
modifying variables, arrays, and functions) natively in rust via the scallop crate.

## Development

Note that the development workflow involves rebasing against upstream and force
pushing to keep the patch stack in order.