- 0 Posts
- 6 Comments
Joined 3 years ago
Cake day: January 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
@AtHeartEngineer @FuglyDuck nah, they would blame the woke libs that cooked it
@DonutsRMeh I run AudioBookShelf
With Plappa for iOS







@OwOarchist
With bash. All things are possible.
alias cat=schrodinger.sh#!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fi