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