#!/bin/sh

ARCH=${ARCH:-i586}

mkdir -p -- $HOME/hasher

hsh --mount=/proc --nprocs=1 --target="$ARCH" "$1"
