@[email protected] to Programmer [email protected]English • 2 years agoThe Cursed Computer Icebergsuricrasia.onlineexternal-linkmessage-square22fedilinkarrow-up1362
arrow-up1362external-linkThe Cursed Computer Icebergsuricrasia.online@[email protected] to Programmer [email protected]English • 2 years agomessage-square22fedilink
minus-square@[email protected]linkfedilink35•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!