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