RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-27 days agoChoose your pilllemmy.worldimagemessage-square86linkfedilinkarrow-up1245arrow-down111
arrow-up1234arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-27 days agomessage-square86linkfedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up6·6 days 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