Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 392 Bytes

Go Script Runner

Experimental go script runner, based on yaegi.

Build static gsr with dependencies compiled in:

 CGO_ENABLED=0 go build ./cmd/gsr

Run scripts standalone, no go installation or dependencies required:

./gsr ./scripts/single/
./gsr ./scripts/multi/

Install

go install github.com/nxcc/go-script-runner/cmd/gsr@latest