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