github.com/pdaian/flashboys2@v0.0.0-20190718175736-b101c35361f0/go-ethereum/swarm/docker/run-smoke.sh (about) 1 #!/bin/sh 2 3 set -o errexit 4 set -o pipefail 5 set -o nounset 6 7 /swarm-smoke $@ 2>&1 || true