💾 Archived View for envs.net › ~whitex › py › cz.gmi captured on 2023-07-10 at 13:50:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

░█▀▀░▀█▀░█░░░░░░░░░░░█▀▀

░█░░░░█░░█░░░░░▄█▄░░░█░░

░▀▀▀░░▀░░▀▀▀░░░░▀░░░░▀▀▀

░█▀▀░▀█▀░█░░░░░░░░░░░▀▀█

░█░░░░█░░█░░░░░▄█▄░░░▄▀░

░▀▀▀░░▀░░▀▀▀░░░░▀░░░░▀▀▀

import signal

def handel(signum,frame):

print("","\r",flush=True)

os.system(python file.py)

for ctl + c

signal.signal(signal.SIGINT, handler)

for ctl + z

signal.signal(signal.SIGTSTP, handler)