X Tutup
The Wayback Machine - https://web.archive.org/web/20201213132219/https://github.com/clarketm/go-bash-wrapper
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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.

About

Run bash scripts with Golang

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup