Hacker News new | ask | show | jobs
by hamstergene 4288 days ago
I'm really surprised how many people out there write CGI in Bash. That's one of the things which would have never crossed my mind.
1 comments

It's less about writing CGI in bash, and more about writing CGI, then eventually calling system() from within the CGI program.

This is very common, particularly with monitoring pages, etc.