Skip to content

Instantly share code, notes, and snippets.

View wolfkang's full-sized avatar

Donghyeok Kang wolfkang

View GitHub Profile
#!/usr/bin/python
import subprocess, sys
import datetime
from string import Template
from time import sleep
from time import gmtime, strftime
def log(msg):
print(strftime("%Y-%m-%d %H:%M:%S", gmtime()), msg)