···2233This is a simple shell wrapper for scripts that handles argument parsing, because argument parsing in bash is a pain in the ass.
4455+## Installation
66+77+Build with `cargo build --release` and copy the resulting binary to somewhere in your path.
88+59## Usage
610711Put argsh in the shebang, instead of your shell as such:
812913```bash
1010-#!/bin/env argsh <arguments>
1414+#!/bin/env -S argsh <arguments>
1115```
12161317And you define the arguments as a semicolon separated list of arguments.