Skip to content

Instantly share code, notes, and snippets.

@JackScottAU
Created September 9, 2016 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackScottAU/42b07ed969a7a24ba9a5c9731f6161e5 to your computer and use it in GitHub Desktop.
Save JackScottAU/42b07ed969a7a24ba9a5c9731f6161e5 to your computer and use it in GitHub Desktop.
The most useful python script I've ever written...
#!/usr/bin/python
import os
import time
while True:
os.system('date')
time.sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment