Megatest

Artifact [59ddbd6a63]
Login

Artifact 59ddbd6a635ea9363a0cdf4a376eba8d94e6791b:


(print "Starting at "(current-seconds))

(dbfile:with-simple-file-lock "justtesting.lock" 
			      (lambda ()
				(print "got the lock at "(current-seconds)"!")))

(print "Done at: " (current-seconds))
(exit)