]> git.sur5r.net Git - bacula/bacula/blob - regress/starttime
ebl Permit to choose between wsock32 and ws2_32 in Makefile.inc
[bacula/bacula] / regress / starttime
1 #!/usr/bin/env python
2 from time import time as now 
3
4 fn = open('time.out', 'w+')
5 fn.write('%s' % now())
6 fn.close()