Categorygithub.com/clarketm/go-bash-wrapper
repositorypackage
1.0.0
Repository: https://github.com/clarketm/go-bash-wrapper.git
Documentation: pkg.go.dev

# README

go-bash-wrapper

Run bash scripts with Golang

Installation

Golang

$ go get -u github.com/clarketm/go-bash-wrapper

Usage

# Basic usage
$ go-bash-wrapper ~/path/to/script
# Forward command line arguments
$ go-bash-wrapper ~/path/to/script arg1 arg2

You can see the full reference documentation for the go-bash-wrapper package at godoc.org, or through go's standard documentation system:

$ godoc -http=:6060

# Open browser to: "http://localhost:6060/pkg/github.com/clarketm/myip"  to view godoc.