tini/test/signals/test.py

7 lines
99 B
Python
Executable File

#!/usr/bin/env python3
import time
if __name__ == "__main__":
while 1:
time.sleep(10)