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