|
|
|
|
|
by kaba0
1126 days ago
|
|
> Bash augmentations lessen some of the pains, and it's just nicer Both sh and bash are terrible, ugly hacks. Anything that requires more than 3 lines of them (including the #! line) should be written in a proper scripting language. Though I do agree that cross-platformity to that level is rarely meaningful, and so things like python are just as likely available/can be made available. |
|
I'm not sure there is a good alternative to sh/bash shell scripts as most dynamic languages have become pretty large dependencies these days.