Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am spiffomatic64 on github.
  • I am spiffomatic64 (https://keybase.io/spiffomatic64) on keybase.
  • I have a public key whose fingerprint is 2C03 6807 0675 E187 E613 3AF8 E3E4 799F A55A 2D67

To claim this, I am signing this object:

@spiffomatic64
spiffomatic64 / py_ping.py
Created March 16, 2018 13:28
python ping thing
#!/usr/bin/env python
from platform import system as system_name
import subprocess
import signal
import sys
import time
running = True
def signal_handler(signal, frame):