File: getbuildnum.bat

package info (click to toggle)
pgmodeler 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,276 kB
  • sloc: cpp: 99,283; xml: 27; sh: 15; makefile: 6
file content (4 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (2)
1
2
3
4
@echo off
setlocal
powershell -command "Get-Date -Format 'yyyyMMdd'"
endlocal