Skip to content

Instantly share code, notes, and snippets.

@jaredallard
Last active December 8, 2019 21:44
Show Gist options
  • Save jaredallard/2e6d625cac81270ebc27ab94c4d5dc5f to your computer and use it in GitHub Desktop.
Save jaredallard/2e6d625cac81270ebc27ab94c4d5dc5f to your computer and use it in GitHub Desktop.
ck8s-test
while true do
print("POD: I'm running!")
os.sleep(2)
end
print("[pod] I'm a pod. I'm doing something.")
os.sleep(2)
print("[pod] I'm going to die in 2 seconds!")
os.sleep(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment