Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
half a year back something similar happened to me, when i tried so make some scripts for automating stuff. Except it didn't clear the bin folder. It tried to clear all folders on /, most of them successfully..
-
@devphobe you are not alone.
Pokes the bumblebee driver devs (Nvidia optimus under linux)
They had a similar issue, but wiped
/usr which is pretty more fucked up.
Related Rants
My most painful coding error?
```
#!/bin/bash
APP_PREFIX=${1}
#Clean built bin dir before re-compiling
rm -rf ${APP_PREFIX}/bin
make compile
```
rant
wk219
gone