mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-03 09:17:38 +00:00
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
/swarm-smoke $@ 2>&1 || true
|