Hacker News new | ask | show | jobs
by Un1corn 1289 days ago
I don't remember all of the times I've encountered it but a couple of examples I remember are rustup with its 700 lines of shell script (although you can install rust normally of course) and pi hole with its whopping 2700 lines of shell script.
1 comments

> rustup with its 700 lines of shell script

I wouldn't trust a shipping shell script with less than 200 lines just re: sanity checks.

Large shell script programming stinks. The person who wrote it probably swore off shell as soon as they were done. But it is portable and it isn't half the pain that packaging for several distros is.