this post was submitted on 06 Aug 2023
607 points (97.3% liked)

Programmer Humor

19171 readers
1345 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MonkderZweite@feddit.ch 9 points 1 year ago (2 children)

Why is always about bash? POSIX shell scripts run everywhere.

[–] AProfessional@lemmy.world 3 points 1 year ago (1 children)

BASH has some useful features and I’ve literally never had an environment with bash unavailable (even if a package is needed, so what).

[–] MonkderZweite@feddit.ch 1 points 1 year ago (1 children)

MacOS ships only 3.something version, which has some compatibility issues with Bash 4+.

[–] AProfessional@lemmy.world 4 points 1 year ago

brew install bash

[–] IRQBreaker@lemmy.kozow.com 2 points 1 year ago

Granted, it's a kind of niche use case but in the embedded world there's usually size constraints which prevents a full blown bash installation.

However, things are better now than 20 years ago. Flash is cheap.