RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-21 month agoChoose your pilllemmy.worldimagemessage-square47linkfedilinkarrow-up1162arrow-down18
arrow-up1154arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-21 month agomessage-square47linkfedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up3·1 month 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