RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-26 months agoChoose your pilllemmy.worldimagemessage-square85linkfedilinkarrow-up1143arrow-down19
arrow-up1134arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-26 months agomessage-square85linkfedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up5·6 months 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