minus-squareMyk@kzoo.totolinuxmemes@lemmy.world•Choose your pilllinkfedilinkarrow-up6·4 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.totoSelfhosted@lemmy.world•What's a good audiobooks server/client combo?linkfedilinkarrow-up8·19 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