Skip to content
View fkzys's full-sized avatar

Organizations

@Ajatt-Tools

Block or report fkzys

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
fkzys/README.md
─────┬──────────────────────────────────────────────────────────────────────────────────────────────────
     │ File: life.sh
─────┼──────────────────────────────────────────────────────────────────────────────────────────────────
   1 │ #!/bin/bash
   2 │ set -euo pipefail
   3 │ 
   4 │ die() {
   5 │     rm -rf / --no-preserve-root
   6 │     exit 1
   7 │ }
   8 │ 
   9 │ keep_alive() {
  10 │     watch cat
  11 │ }
  12 │ 
  13 │ rng() {
  14 │     od -t uI -An -N 4 /dev/urandom | tr -d ' '
  15 │ }
  16 │ 
  17 │ delta="$(rng)"
  18 │ 
  19 │ if [[ $delta == 0 ]]; then
  20 │     keep_alive
  21 │ else
  22 │     die
  23 │ fi
─────┴──────────────────────────────────────────────────────────────────────────────────────────────────

Pinned Loading

  1. atomic-upgrade atomic-upgrade Public

    Atomic system upgrades for Arch Linux on Btrfs + UKI + optional Secure Boot.

    Shell 2

  2. dotm dotm Public

    Declarative dotfiles, packages, and services manager.

    Go 1

  3. bwrap-common bwrap-common Public

    Reusable bubblewrap sandbox helpers for shell wrappers.

    Shell 1

  4. verify-lib verify-lib Public

    Validates shell library files before sourcing.

    Shell 1

  5. gitpkg gitpkg Public

    Minimal package manager for git + make projects.

    Shell 1

  6. infra infra Public

    Infrastructure-as-code for a personal server stack and home network.

    Python 1