#!/usr/bin/env bash
set -euo pipefail

if ! command -v ormah >/dev/null 2>&1; then
    exit 0
fi

exec ormah whisper inject "$@"
