Skip to content

nxcc/go-script-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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