#!/usr/bin/env bash
cd "$(dirname "$(readlink -f "$0")")"
exec uv run cf-logs "$@"
