#!/bin/sh
# Stub steamcmd binary for testing.
# Logs args to stdout then exits immediately.
echo "[STUB] steamcmd called with: $@"
exit 0
