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