#!/bin/sh
set -eu

exec /usr/bin/qemu-arm -L /usr/arm-linux-gnueabihf "$@"
