Hacker News new | ask | show | jobs
by js2 1056 days ago
I didn't think so but it turns out it was added with Bash 4.0 (released Feb 2009). Instead of terminating the case with ";;", you terminate it with ";&" for fall through.

https://git.savannah.gnu.org/cgit/bash.git/tree/NEWS#n1267