#!/bin/bash
# Wrapper that runs the TypeScript statusline next to this file.
exec npx tsx "$(dirname "$0")/statusline.ts"
