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