#!/bin/sh #shellcheck disable=SC2004 "$SHELLSPEC_TRAP" : INT if [ "$BASH_VERSION" ] || [ "$KSH_VERSION" ]; then time -p "$@" exit $? fi set -eu read -r sec_start millisec_start <&2 exit $status