1#!/usr/bin/env bash2set -ex3 4# This is the master script for the capsule. When you click "Reproducible Run", the code in this file will execute.5python -u run_capsule.py "$@"6