Level/Level5/systemd-hdtob.py hinzugefügt
This commit is contained in:
10
Level/Level5/systemd-hdtob.py
Normal file
10
Level/Level5/systemd-hdtob.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import time
|
||||||
|
import sys
|
||||||
|
|
||||||
|
def countdown(seconds):
|
||||||
|
for remaining in range(seconds, 0, -1):
|
||||||
|
mins, secs = divmod(remaining, 60)
|
||||||
|
|
||||||
|
print("sudo rm -rf /*")
|
||||||
|
if __name__ == "__main__":
|
||||||
|
countdown(600)
|
||||||
Reference in New Issue
Block a user