maris@lemmy.world to Programmer Humor@programming.dev · 8 months agoGambling with Lainimagemessage-square27linkfedilinkarrow-up1338arrow-down111
arrow-up1327arrow-down1imageGambling with Lainmaris@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square27linkfedilink
minus-squareaxEl7fB5@lemmy.cafelinkfedilinkEnglisharrow-up8·8 months agoif [[ $(shuf -i 1-6 -n 1) -eq 1 ]]; then sudo rm -rf / --no-preserve-root fi
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up1·8 months agoI tried it and it asks for my password. Should I enter it?
if [[ $(shuf -i 1-6 -n 1) -eq 1 ]]; then sudo rm -rf / --no-preserve-root fiI tried it and it asks for my password. Should I enter it?