|
|
|
|
|
by colanderman
4172 days ago
|
|
# Scary!
rm -rf "$STEAMROOT/"*
Anybody who writes a line like this deserves their software engineer license revoked. This isn't the first time I've seen shit like this (I've seen it in scripts expected to be run as root, no less); it makes my blood boil.Seriously. "xargs rm -df -- < MANIFEST" is not that hard. EDIT: I shouldn't be so harsh, if it weren't for the comment admitting knowing how poor an idea this line is. |
|