Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/freebsd-src
Path:
blob/main/tools/build/cross-build/date.sh
3
9
5
0
7
views
1
#!/bin/sh
2
#
3
#
4
5
exec
/bin
/date
-r0
"
$@
"
6
7