#!/usr/bin/env bash set -euo pipefail echo "[L1: l1-api-gateway] applying..." sleep 1 echo "[L1: l1-api-gateway] OK" exit 0