HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bitofhope

no profile record

comments

bitofhope
·3 yıl önce·discuss
This site seems to be made by Drew DeVault who also runs sourcehut.
bitofhope
·4 yıl önce·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.