alexandregv/42toolbox

free_space.sh doesn't work

Opened this issue · 0 comments

Hello, I recently found an issue that the function delete doesn't work correctly - files are not deleted.

rm -rf "$1"

I think you should change it to as below.

rm -rf $1

Thanks for your time!