this post was submitted on 04 Aug 2026
756 points (98.8% liked)

Programmer Humor

32635 readers
2485 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] xthexder@l.sw0.com 6 points 1 day ago* (last edited 1 day ago)

Saving it to a file is actually a decent method, since you can be sure the script you're reviewing is the same one you're running.

Personally I often will just manually run the install steps in order if the script is simple enough. Half the time it's just a bunch of OS version checks followed by a tar -xf