MCPcopy Create free account
hub / github.com/XaviFortes/Python-UDP-Flood / byebye

Function byebye

udpflood.py:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 _ = system('clear')
91
92def byebye():
93 clear()
94 os.system("figlet Youre Leaving Sir -f slant")
95 sys.exit(130)
96
97def exit_gracefully(signum, frame):
98 # restore the original signal handler as otherwise evil things will happen

Callers 1

exit_gracefullyFunction · 0.85

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected