An open API service indexing awesome lists of open source software.

https://github.com/mnitchev/barrel

Repository for the garden hell week 🔥
https://github.com/mnitchev/barrel

Last synced: about 19 hours ago
JSON representation

Repository for the garden hell week 🔥

Awesome Lists containing this project

README

          

# barrel
Repository for the garden hell week 🔥

# Build
```command
GOOS=linux GOARCH=amd64 go build -o barrel
```

# Run
```command
./barrel roll [ -- * ]
```
Example:
```command
./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
```