#!/bin/sh
# Real binary lives under /usr/lib/moneylog so the Flutter engine can find
# its libs and flutter_assets relative to $ORIGIN. This shim just execs it
# and forwards args.
exec /usr/lib/moneylog/moneylog "$@"
