Hacker News new | past | comments | ask | show | jobs | submit login

To be fair, `sudo curl | sh` is completely different than `sudo curl`.

In one command you pipe the output to `sh` which will run whatever instruction it receives. In another command you just ask for an output from `curl`, doing so should not cause any side effect than the output action itself.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: