mcp/workflow-scripts-v2/gpu
Lilith eefccd19b9 ci: add Forgejo Actions publish workflows to all packages
Added standardized workflows for automated publishing on push to main/master.
Configuration-driven, version-checked, workspace-aware workflows.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:41:53 -08:00

4 lines
139 B
Bash
Executable file

#!/usr/bin/env bash
# Wrapper for gpu-status CLI tool
# Install: pip install -e ~/Code/@packages/@ml/gpu-tools/status
exec gpu-status "$@"