• Myk@kzoo.to
    link
    fedilink
    arrow-up
    2
    ·
    6 hours 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