#!/bin/bash

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

stoobly-agent config reset

entrypoint=$1

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