HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bitofhope

no profile record

comments

bitofhope
·vor 3 Jahren·discuss
This site seems to be made by Drew DeVault who also runs sourcehut.
bitofhope
·vor 4 Jahren·discuss
There are workloads where shell scripts are the so-called right tool for a job. All too often I see people writing scripts in "proper" languages and calling os.system() on every other line. Shell scripts are good for gluing programs together. It's fine to use them for that.