2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-20 10:38:40 +00:00

8 lines
87 B
Bash
Raw Normal View History

#!/bin/sh
set -o errexit
set -o pipefail
set -o nounset
/swarm-smoke $@ 2>&1 || true