Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/mockscript
https://github.com/crhntr/mockscript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/crhntr/mockscript
- Owner: crhntr
- License: mit
- Created: 2023-02-03T10:35:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T22:30:19.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T09:15:30.814Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```