RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-216 hours agoChoose your pilllemmy.worldimagemessage-square38fedilinkarrow-up1145arrow-down18
arrow-up1137arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-216 hours agomessage-square38fedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up1·3 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
@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