#!/usr/bin/env bash # bin/release BIN_DIR=$(cd $(dirname $0); pwd) # absolute path BUILD_DIR=$1 NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1 cat <