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