#!/usr/bin/env bash set -euxo pipefail # Function for displaying help info help_info() { echo " Usage: ${0##*/} [options] Build a release .tar.gz for Linux. Options: -h Display this help and exit. " } while getopts 'h' flag do case "${flag}" in h) help_info exit 0 ;; esac done export ZED_BUNDLE=true channel=$(