#!/bin/sh # # Wrapper for cmdelpoy to run it in activated virtualenv. set -e # Ensure uv is in PATH export PATH="$HOME/.local/bin:$PATH" uv run cmdeploy "$@"