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 🔥
- Host: GitHub
- URL: https://github.com/mnitchev/barrel
- Owner: mnitchev
- Created: 2019-11-05T13:31:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T08:39:29.000Z (over 6 years ago)
- Last Synced: 2025-02-28T17:43:30.020Z (over 1 year ago)
- Language: Go
- Size: 4.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```