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