#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 days agoHopefully the bladder is in the files.sh.itjust.worksimagemessage-square29fedilinkarrow-up1961arrow-down18
arrow-up1953arrow-down1imageHopefully the bladder is in the files.sh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 days agomessage-square29fedilink
minus-squarequeerlilhayseed@piefed.blahaj.zonelinkfedilinkEnglisharrow-up14·2 days agoNah, it’s nothing that complicated, it’s just a bash script while [ 0 -eq 0 ] do wall | head -c 16 /dev/random sleep 1 done
minus-squareyogurtwrong@lemmy.worldlinkfedilinkarrow-up12·2 days agoshouldn’t it be head -c 16 /dev/random | wall
minus-squarequeerlilhayseed@piefed.blahaj.zonelinkfedilinkEnglisharrow-up13·2 days agoyep that works a lot better. Mine did spit out a wall message, but only after the script hangs and has to be ctrl-D’ed. I figured I had tested enough for the internet joke and I shipped it to prod.
Nah, it’s nothing that complicated, it’s just a bash script
while [ 0 -eq 0 ] do wall | head -c 16 /dev/random sleep 1 doneshouldn’t it be
head -c 16 /dev/random | wallyep that works a lot better. Mine did spit out a wall message, but only after the script hangs and has to be
ctrl-D’ed. I figured I had tested enough for the internet joke and I shipped it to prod.