#!/bin/sh # Stub arma3server binary for testing. # Logs args to stdout then sleeps until killed (simulates a running server). echo "[STUB] arma3server_x64 called with: $@" sleep 3600