7 ms·
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 instal
by Un1corn 4y 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.
- mustache_kimono 4y ago> 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.