5 ms·
I am genuinely curious, how much ops is hand written in just plain old bash or simple scripts?
by mathnode 8y ago
I am genuinely curious, how much ops is hand written in just plain old bash or simple scripts?
- dsr_ 8y agoBash is everywhere but in small quantities. If it's more than a page of bash, it's probably time to rewrite in something with stricter rules and fewer surprises, or better libraries, or both. Perl or Python is quite common at that level.
- ofrzeta 8y agoThe Bash scripts are now contained in Docker files. Much better :)