This repository has been archived on 2024-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
kernel-dev-old/scripts/magicgen

8 lines
87 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/python
import time
curtime = str(int(time.time() * 1000))
print(curtime)