#!/bin/bash
# Compatibility helper for legacy applications, such as certain Steam games,
# and older Unix-ported apps.
exec uname -m
