xref: /freebsd/tools/build/cross-build/date.sh (revision f3087bef11543b42e0d69b708f367097a4118d24)
1#!/bin/sh
2#
3#
4
5exec /bin/date -r0 "$@"
6