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