RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-226 days agoChoose your pilllemmy.worldimagemessage-square88fedilinkarrow-up1250
arrow-up1250imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-226 days agomessage-square88fedilink
minus-squareMyk@kzoo.tolinkfedilinkarrow-up6·25 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