#!/bin/bash

devops_environment setup

# set up the environment
RUN_COMMAND=$(devops_environment print_run_command)

echo "Starting interactive environment with command:\n$RUN_COMMAND"

$RUN_COMMAND

echo "Returning to calling shell. Done."
