github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/tini/test/signals/test.py (about)

     1  #!/usr/bin/env python
     2  import time
     3  
     4  if __name__ == "__main__":
     5      while 1:
     6          time.sleep(10)