#!/bin/bash set -e # ensure param.json exists if [ ! -f param.json ]; then cat <