]> git.sur5r.net Git - bacula/bacula/blob - regress/starttime
Implement chgrp on bacula-x.conf if user configs a Dir/SD/FD group
[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()