Hacker News new | ask | show | jobs
by eatnumber1 4342 days ago
This is a great incomplete solution. Can you submit a pull-request for it?
1 comments

Just to clarify, I think it's a non-solution because the g()('al') is never actually executed - grep does all the work. You can add as many parenthesis as you want. The "exit" is there because you'll get a syntax error if you try to execute g()()('al'). g()('al') by itself does nothing (I'm not even sure why it's not flagged as a syntax error).
The three people who are judging this had a long discussion over this case, and basically decided that since it is in the file, it's fine. We frown on it a little because it's basically self-modifying code, but it's better than nothing for bash.
I actually prefer it vs. frowning on it for the record ;)