metal-kompanion/runtime/kom_runner.py

4 lines
64 B
Python
Executable File

#!/usr/bin/env python3
import time
while True: time.sleep(3600)