Sign in
flutter
/
third_party
/
libjpeg-turbo
/
4ad600325318c2e3ece1af2deb1994bcff6c1138
/
.
/
cmakescripts
/
getdate.bat
blob: b4251bbb98dcfb884b567d92ab4d80778362f495 [
file
] [
log
] [
blame
]
@echo
off
for
/
f
"tokens=1-4 eol=/ DELIMS=/ "
%%
i
in
(
'date /t'
)
do
set
BUILD
=%%
l
%%
j
%%
k
echo
%
BUILD
%