#!/usr/bin/env bash
# Thin wrapper for humans: `./studio` == `funkuino studio` (see bin/funkuino).
set -euo pipefail
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$DIR/bin/funkuino" studio "$@"
