- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
cross-posted from: https://startrek.website/post/5735388
Counterspell this
cross-posted from: https://startrek.website/post/5735388
Counterspell this
There’s a massive number of security holes in bash, shellshock being the most egregious. bash has some really terrible design flaws, especially parsing $var multiple times so you can’t reliably break on spaces. Almost any other shell is safer and more productive.