#!/bin/bash set -euo pipefail # # Zip a file directly into app/omni.ja in staging/ # # Zip paths are relative to the current directory, so this should be run from # the client build/ directory # SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ROOT_DIR="$(dirname "$SCRIPT_DIR")" . "$ROOT_DIR/config.sh" function usage { cat >&2 <