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

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