#!/bin/sh export LC_ALL=C bin=$1 shift exec "$bin" "$@"