tyo_ukko@sopuli.xyz to Programmer Humor@lemmy.mlEnglish · 1 year agoThe Cursed Computer Icebergsuricrasia.onlineexternal-linkmessage-square22fedilinkarrow-up1360arrow-down16file-text
arrow-up1354arrow-down1external-linkThe Cursed Computer Icebergsuricrasia.onlinetyo_ukko@sopuli.xyz to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square22fedilinkfile-text
minus-squarepomodoro_longbreak@sh.itjust.workslinkfedilinkarrow-up35·1 year agorm -rf $STEAM_ROOT/ takes me wayyy back. I remember hearing about that one. It was part of a script that shipped with a Stream installer? Whatever it was, the bug was that if the env var in that line wasn’t defined, it would just rm the actual root. Hilarious if doesn’t happen to you!
rm -rf $STEAM_ROOT/
takes me wayyy back. I remember hearing about that one. It was part of a script that shipped with a Stream installer?Whatever it was, the bug was that if the env var in that line wasn’t defined, it would just
rm
the actual root. Hilarious if doesn’t happen to you!