patsh

A command-line tool for patching shell scripts inspired by resholve

[![version](https://img.shields.io/crates/v/patsh?logo=rust&style=flat-square)][https://crates.io/crates/patsh] deps license ci

sh nix run github:nix-community/patsh -- -f script.sh

Usage

``` Usage: patsh [OPTIONS] [OUTPUT]

Arguments: the file to be patched [OUTPUT] output path of the patched file, defaults to the input path, however, --force is required to patch in place

Options: -f, --force remove existing output file if needed -h, --help Print help information -V, --version Print version information ```

TODO

Changelog

See CHANGELOG.md