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>
4 lines
139 B
Bash
Executable file
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 "$@"
|