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