tyo_ukko@sopuli.xyz to Programmer Humor@lemmy.mlEnglish · 2 years agoThe Cursed Computer Icebergsuricrasia.onlineexternal-linkmessage-square22fedilinkarrow-up1366file-textcross-posted to: internetisbeautiful@lemm.ee
arrow-up1366external-linkThe Cursed Computer Icebergsuricrasia.onlinetyo_ukko@sopuli.xyz to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square22fedilinkfile-textcross-posted to: internetisbeautiful@lemm.ee
minus-squarepomodoro_longbreak@sh.itjust.workslinkfedilinkarrow-up35·2 years 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!