#!/bin/bash

set -euo pipefail
IFS=

export PERL5OPT=-d:NYTProf

exec "$@"