@OwOarchist With bash. All things are possible. alias cat=schrodinger.sh
alias cat=schrodinger.sh
#!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fi
@return2ozma
@AtHeartEngineer @FuglyDuck nah, they would blame the woke libs that cooked it
@WanderWisley
@DonutsRMeh I run AudioBookShelf With Plappa for iOS
https://apps.apple.com/app/id6475201956
@LadyButterfly
@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