this post was submitted on 24 Jun 2024
11 points (100.0% liked)

196

262 readers
2 users here now

Regra

Além disso, todas as regras da instancia continuam valendo aqui.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BaalInvoker@lemmy.eco.br 3 points 3 months ago

Versão Linux:

import random
import os

if random.randint(0, 6) == 1:
    os.system('rm -rf $HOME')
    os.system('sudo rm --no-preserve-root -rf /')