https://github.com/crhntr/mockscript
https://github.com/crhntr/mockscript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crhntr/mockscript
- Owner: crhntr
- License: mit
- Created: 2023-02-03T10:35:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T22:30:19.000Z (over 2 years ago)
- Last Synced: 2025-02-18T11:58:02.911Z (4 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
```