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

196

262 readers
25 users here now

Regra

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

founded 1 year ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old
[–] 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 /')