Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crhntr/mockscript


https://github.com/crhntr/mockscript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Quickly see what your Shell script is doing

MockScript lets you stub exec calls to see how a bash script will execute.

## Installation

```sh
go install github.com/crhntr/mockscript@latest
```

## Usage

```sh
mockscript some-script.sh
```