source: nscp/build/perl/echo_date.pl @ 197b263

0.4.00.4.10.4.2
Last change on this file since 197b263 was 197b263, checked in by Michael Medin <michael@…>, 2 years ago

Finally builds the installer with cmake (so soon we can start doing nightly builds of 0.4.x as well)

  • Property mode set to 100644
File size: 70 bytes
Line 
1use strict;
2use POSIX;
3
4print strftime("%Y%m%d-%H%M",localtime) ;
Note: See TracBrowser for help on using the repository browser.