#!/usr/bin/env bash
set -eo pipefail

# 1. GET ARGS
plan_path=$2

exit 0
