minus-squareMyk@kzoo.totolinuxmemes@lemmy.world•Choose your pilllinkfedilinkarrow-up6·8 days ago@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 linkfedilink
minus-squareMyk@kzoo.totoNot The Onion@lemmy.world•The Iran War Is God’s Plan, Say U.S. Military Leaders (Who Believe Trump Was Anointed by Jesus)linkfedilinkarrow-up14·9 days ago@return2ozma linkfedilink
minus-squareMyk@kzoo.totoSelfhosted@lemmy.world•What's a good audiobooks server/client combo?linkfedilinkarrow-up8·23 days ago@DonutsRMeh I run AudioBookShelf With Plappa for iOS https://apps.apple.com/app/id6475201956 linkfedilink
@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