@[email protected] to Programmer [email protected]English • 1 year agoThe Cursed Computer Icebergsuricrasia.onlineexternal-linkmessage-square19fedilinkarrow-up1355arrow-down16file-textcross-posted to: [email protected]
arrow-up1349arrow-down1external-linkThe Cursed Computer Icebergsuricrasia.online@[email protected] to Programmer [email protected]English • 1 year agomessage-square19fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilink35•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!