6 lines
59 B
Python
Executable File
6 lines
59 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
import os
|
|
|
|
while True:
|
|
os.getppid() |