03.12.2024A21:15221:15I122_03.12.2024, 21:15:19U12
This commit is contained in:
parent
d41738d1b9
commit
c988ef7f41
6
python/syscall-inf-loop.py
Executable file
6
python/syscall-inf-loop.py
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
|
||||
while True:
|
||||
os.getppid()
|
Loading…
Reference in New Issue
Block a user