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