From c988ef7f41b80922086823c84055f67cd9124e46 Mon Sep 17 00:00:00 2001 From: Vitaliy Turov Date: Tue, 3 Dec 2024 18:15:19 +0000 Subject: [PATCH] 03.12.2024A21:15221:15I122_03.12.2024, 21:15:19U12 --- python/syscall-inf-loop.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 python/syscall-inf-loop.py diff --git a/python/syscall-inf-loop.py b/python/syscall-inf-loop.py new file mode 100755 index 0000000..6d0c89e --- /dev/null +++ b/python/syscall-inf-loop.py @@ -0,0 +1,6 @@ +#!/usr/bin/python3 + +import os + +while True: + os.getppid() \ No newline at end of file