RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-22 days agoChoose your pilllemmy.worldimagemessage-square58linkfedilinkarrow-up1202arrow-down19
arrow-up1193arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-22 days agomessage-square58linkfedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up4·24 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