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