#!/bin/sh
. $(dirname $0)/../lib/reproducible-faketools/lib
[ "$1" != "-r" ] && exec $orig "$@"
faketoolnotice "$@"
exec $orig -D "$@"
