frostfs-dev-env/bin/helper.sh

7 lines
66 B
Bash
Raw Normal View History

set -eo pipefail
die() {
echo "$(caller 0):" "$*" >&2
exit 1
}