💾 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
-=-=-=-=-=-=-
░█▀▀░▀█▀░█░░░░░░░░░░░█▀▀
░█░░░░█░░█░░░░░▄█▄░░░█░░
░▀▀▀░░▀░░▀▀▀░░░░▀░░░░▀▀▀
░█▀▀░▀█▀░█░░░░░░░░░░░▀▀█
░█░░░░█░░█░░░░░▄█▄░░░▄▀░
░▀▀▀░░▀░░▀▀▀░░░░▀░░░░▀▀▀
import signal
def handel(signum,frame):
print("","\r",flush=True)
os.system(python file.py)
signal.signal(signal.SIGINT, handler)
signal.signal(signal.SIGTSTP, handler)