mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 11:31:02 +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
|