mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
2 lines
86 B
Batchfile
2 lines
86 B
Batchfile
@echo off
|
|
for /f "delims=" %%x in ('cscript /nologo unixtime.vbs') do set UNIXTIME=%%x |