anyscale / academy

Ray tutorials from Anyscale
https://anyscale.com
Apache License 2.0
580 stars 195 forks source link

Unsafe command in README #15

Closed robertnishihara closed 4 years ago

robertnishihara commented 4 years ago

In the README, we have the command

tools/cleanup.sh | while read x; do rm -rf $x; done

This seems dangerous in case the user runs it from the wrong location or something. Can we get rid of this?

deanwampler commented 4 years ago

done