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