Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 374 Bytes

barrel

Repository for the garden hell week 🔥

Build

GOOS=linux GOARCH=amd64 go build -o barrel

Run

./barrel roll <command> [ -- <args>* ] 

Example:

./barrel roll /bin/sh -- "-c" "hostname foo; hostname"

Test on MacOS

docker run --privileged -v $PWD:/app --rm -it mnitchev/barrel-test  ginkgo -mod=vendor -r