Files
GS13NG/tgstation-server/bin/getunixtime.bat
T

2 lines
86 B
Batchfile

@echo off
for /f "delims=" %%x in ('cscript /nologo unixtime.vbs') do set UNIXTIME=%%x