#!/bin/sh
# Clickable shell script for macOS.

# Run the program from its own directory.
cd $(dirname $0)
python3 mini_maestro_dfmoco.py --debug --list
