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