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