#!/bin/sh

if find / -maxdepth 0 >/dev/null >&2; then
	exec find "$@"
else
	exec athrun gnu gfind "$@"
fi
