Skip to content

Instantly share code, notes, and snippets.

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 grampelberg/f4d2b2f17e037d303c07ac585dd52781 to your computer and use it in GitHub Desktop.
Save grampelberg/f4d2b2f17e037d303c07ac585dd52781 to your computer and use it in GitHub Desktop.
command: ["python", "-c"]
args:
- |-
import time
while True:
print('.')
time.sleep(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment