RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-219 hours agoChoose your pilllemmy.worldimagemessage-square49fedilinkarrow-up1167arrow-down18
arrow-up1159arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-219 hours agomessage-square49fedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up2·6 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