#!/bin/bash

# This file was automatically generated. DO NOT EDIT.
# Any changes made to this file will be overwritten.

echo "Configuring intercept..."
stoobly-agent intercept configure --mode record --policy all

echo "Disabling intercept..."
stoobly-agent intercept disable

entrypoint=$1

if [ -e "$entrypoint" ]; then
  "$entrypoint"
fi