2015-12-06 22:41:51 -08:00

7 lines
102 B
Python

#!/usr/bin/env python3
from pymonitor import daemon
if __name__ == "__main__":
daemon.run_cli()